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

ppplinve · August 31, 2013 · Last by ppplinve replied at September 11, 2013 · 2248 hits

我的配置如下

  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

You need to Sign in before reply, if you don't have an account, please Sign up first.