Hacker News new | ask | show | jobs
by croes 1617 days ago
So the article is actually about how to send an email with python because the carriers do the text message part.
3 comments

And only in select regions - most international carriers don't offer an email gateway. I'm not surprised the YouTube thumbnail looks the way it does, this is attention-grabbing at best and deceptive at worst.
Or the article is about how to call a function in Python because smtplib does the email part. I mean, you make the thing happen, I don't really understand why you draw this distinction (or where you would stop).
Because the main part of the article is about sending a mail with python and the actual method to send an SMS is just send a mail to a specific mail address.

So put that on top and you can ignore the remaining 90% of the article.

It doesn't even mention that this method could lead to costs for the recipient.

For instance in germany you have to activate that feature for t-mobile numbers and they charge you for received emails per SMS

Sure, it's a little long, and I was also disappointed that it presented a method I was already familiar with. However claiming that it's not sending SMS because you make something else send the SMS is a dishonest.
literally the second half of the title is "Use Python to send text messages via email", how much further on top would you want it to be placed?
There is also interesting information about the carrier APIs. Honestly, the article was helpful.

The only info I felt was missing is how to retrieve the carrier when given a phone number.