简体   繁体   English

使用Ruby on rails的Cloud9不会发送电子邮件

[英]Cloud9 with Ruby on rails doesn't send emails

I'm new to rails and I'm trying to send emails through Ruby on Rails on the Cloud9 IDE however I am not receiving any even though it says it was successful. 我是rails的新手,我正在尝试通过Cloud9 IDE上的Ruby on Rails发送电子邮件,但即使它说它成功,我也没有收到任何邮件。

Rendered invitation_mailer/invitation_email.html.erb (1.0ms)
Emailing invitation to example@example.com

InvitationMailer#invitation_email: processed outbound mail in 18.2ms

Is there a special configuration that I need to apply to Cloud9 to make it work? 是否有一个特殊的配置需要应用于Cloud9以使其工作?

Please note that ports 25, 587, and 465 are blocked from Cloud9 to the outside. 请注意,端口25,587和465从Cloud9阻止到外部。 Please try to run your mail server on a port like 2587. 请尝试在2587这样的端口上运行您的邮件服务器。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM