加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

ruby-on-rails – 为rails..returning设置sendgrid授权错误

发布时间:2020-12-17 03:26:19 所属栏目:百科 来源:网络整理
导读:电子邮件现在从我的本地发送,但不要从我的盒子发送.我收到了这个错误.谁知道这可能是什么? Net :: SMTPAuthenticationError(535 5.7.8错误:身份验证失败:身份验证失败 ): 我的环境/ production.rb ActionMailer::Base.delivery_method = :smtpActionMail
电子邮件现在从我的本地发送,但不要从我的盒子发送.我收到了这个错误.谁知道这可能是什么?

Net :: SMTPAuthenticationError(535 5.7.8错误:身份验证失败:身份验证失败
):

我的环境/ production.rb

ActionMailer::Base.delivery_method = :smtp
ActionMailer::Base.smtp_settings = {
  :address => "smtp.sendgrid.net",:port => '25',:domain => "mydomain.com",:authentication => :plain,:user_name => "email@gmail.com",:password => "password1234"
 }

/etc/ssmtp/ssmtp.conf:

root=postmaster
mailhub=smtp.sendgrid.net
AuthUser=email@gmail.com
AuthPass=password1234
AuthMethod=LOGIN
rewriteDomain=mydomain.com
FromLineOverride=YES
UseSTARTTLS=NO

解决方法

这通常是因为您的帐户尚未配置.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读