梅勒没有发送电子邮件。 Rails 5. Hostgator邮件服务器

时间:2016-10-31 22:09:21

标签: ruby-on-rails smtp mailer

以前有过gmail smtp设置并且发送了电子邮件,但是我在hostgator设置上更改了smtp设置 -

> smtp_settings:
>     :address: gator3287.hostgator.com
>     :port: 465
>     :domain: my_site.com
>     :user_name: noreply@my_site.com
>     :password: password
>     :authentication: plain
>     :enable_starttls_auto: true   
> default:
>     :from: noreply@floorwatch.com
>     :to: noreply@floorwatch.com

此设置有什么问题? 提前谢谢!

2 个答案:

答案 0 :(得分:0)

使用:enable_starttls_auto: true选项尝试此端口:

SMTP    25
SMTP Alternate  26
SMTP Alternate  587
SMTP - SSL  465

答案 1 :(得分:0)

我刚刚添加了:tls: true,它确实有效!