开发者

Ruby mail APIs that can send an email to a phone

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜