新手问题 action_mailer 发送邮件错误

rails_taotao · 2017年09月11日 · 最后由 rails_taotao 回复于 2017年09月12日 · 1627 次阅读

使用 action_mailer 发送邮件时报错了 Net::SMTPServerBusy: 440 mail from account doesn't conform with authentication 请问这个是什么问题啊

因为你的邮件配置 Auth 的账号 user_name 和发送者账号 from 不是同一个

huacnlee 回复

谢谢了,已经解决了,就是 from 忘记配置了

需要 登录 后方可回复, 如果你还没有账号请 注册新账号