使用 action_mailer 发送邮件时报错了 Net::SMTPServerBusy: 440 mail from account doesn't conform with authentication 请问这个是什么问题啊
因为你的邮件配置 Auth 的账号 user_name 和发送者账号 from 不是同一个
user_name
from
谢谢了,已经解决了,就是 from 忘记配置了