TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Just found out that you can send SMS texts for free

2 点作者 japrozs超过 1 年前
I came across this python script (https://github.com/acamso/demos/blob/master/_email/send_txt_msg.py) line and saw that you can send SMS texts programmatically just by sending an email to your mobile carrier.

3 条评论

jqpabc123超过 1 年前
Yes, it is possible to do this. It is also possible that the email gateway address will change over time.<p>It is not only possible but likely you will be cutoff if you try to send &quot;too many&quot; texts this way. &quot;Too many&quot; is vaguely defined by the carriers as more than &quot;personal use&quot;.
greenyoda超过 1 年前
&gt; you can send SMS texts programmatically just by sending an email to your mobile carrier<p>Each carrier has their own email-to-SMS gateway (e.g., Verizon has vtext.com), and you&#x27;d need to send an email to the <i>recipient&#x27;s</i> mobile carrier (not to <i>your</i> mobile carrier).
orionblastar超过 1 年前
This has been used for a long time. My business partner had a web form on our website that would send his mobile phone a text message for people to reach him without giving out his mobile number. This was used before the iPhone and other smart phones.