如何通过手机短信从网站发送联系表单信息?
我的客户有一个网站,但不经常检查电子邮件。他通过在线联系表进行了大量的网络咨询。不过他带着手机。如何将通过网站提交的联系表格详细信息以短信形式发送到他的手机上?
My client has a website but doesn't check emails often. He has a lot of web enquiries through the online contact form. He carries a mobile phone though. How to send contact form details that's submitted through the website to his mobile phone as SMS?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最快、最便宜的方法是确定该人手机的电子邮件地址。几乎每部手机都有一个可以发送到的电子邮件地址,该地址将在设备上显示为短信。这应该可以帮助您找到每个运营商的电子邮件地址:http://www.makeuseof .com/tag/email-to-sms/
如果您想发送实际的短信而不是电子邮件,您可以尝试类似 Twilio 使您可以通过 REST API 轻松地从应用程序发送和接收短信。 [全面披露:我在 Twilio 工作,但在开始这里之前我是一位长期满意的客户。]
The quickest and cheapest way is to determine the email address for that person's phone. Almost every cell phone has an email address you can send to which will show up as SMS on the device. This should help you find the email address for each carrier: http://www.makeuseof.com/tag/email-to-sms/
If you want to send an actual SMS instead of an email, you could try a service like Twilio which makes sending and receiving SMS from your apps easy via a REST API. [Full disclosure: I work at Twilio, but I was a long-time satisfied customer before starting here.]