在没有电子邮件的情况下在 ruby 上使用电子邮件
我想发送电子邮件,而无需设置外部电子邮件帐户,也无需设置自己的服务器。理想情况下,我不需要做任何事情,只需将代码输入 ruby 命令即可。
有什么办法可以做到这一点吗?
我找不到在 ruby 上使用电子邮件的清晰分步指南,有人可以为我指出正确的方向吗?请假设我什么都不知道。谢谢。我没有在 Rails 上使用 ruby。 :-)
我已经尝试过 pony,但似乎我需要一封电子邮件来发送来自...的消息?我想直接从 ruby 发送消息。
I would like to send an email without having to set up an external email account and without having to set up a server of my own. Ideally I would not have to do anything but enter code into ruby command.
Is there any way to do this?
I couldn't find a clear step by step guide to using email on ruby, can someone point me in the right direction? Please assume that I know nothing. Thanks. I am not using ruby on rails. :-)
I have tried pony, but it would seem that I need an email to send the message from...? I would like to send the message directly from ruby.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这取决于。以下是一些技巧:
puts()
编写消息。It depends. Here are some techniques:
puts()
now.