开发者

Ruby mail APIs that can send an email to a phone

开发者 https://www.devze.com 2023-01-13 08:41 出处:网络
I am trying to write a program in Ruby that can send a email to a phone. Outside of the program, I am able to do this by sending an email to xxx-xxx-xxxx@vtext.com or any other carrier in my Apple Mai

I am trying to write a program in Ruby that can send a email to a phone. Outside of the program, I am able to do this by sending an email to xxx-xxx-xxxx@vtext.com or any other carrier in my Apple Mail client, and it worked fine; it sen开发者_运维百科ds a text message to the targeted phone, but when I tried to use a Ruby API (I forget the name), that used sendmail, to send a message, it would not send the message. Are there any ruby APIs that can send an email to a phone? (Or can someone just list some different Ruby mail APIs that I can try)?


I've used ActionMailer and Pony (http://github.com/benprew/pony) in the past.


it should "just work" assuming your mailing system/settings are setup right.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号