部署 注册通知邮件发送不出去

ppplinve · 2013年08月31日 · 最后由 ppplinve 回复于 2013年09月11日 · 2246 次阅读

我的配置如下

  1. config/config.yml domain: "qq.com" email_server: "smtp.exmail.qq.com" email_sender:"[email protected]" email_password:"xxxxxx"

2.config/environments/production.rb config.action_mailer.default_url_options = { :host => Setting.domain } config.action_mailer.delivery_method = :postmark config.action_mailer.postmark_settings = { :api_key => Setting.email_password }

@huacnlee 大大帮忙诊断,谢谢,一直在线

#1 楼 @ppplinve 怎么配的?我这里也有同样的问题。

不要用 postmark

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