2012-03-13 47 views
2

我已經在exim4上設置了一個散佈在pid上的pod,並將其作爲smtp。如果我想通過用戶界面(用戶/密碼/新)重置密碼,我不會收到電子郵件。我可以通過shell mail [email protected]我如何測試生產模式下的郵件配置

如何在生產模式下測試我的本地配置?

我的配置是這樣的:

# from application.yml 
mailer_on: true 
smtp_address: 'localhost' 
smtp_port: '25' 
mailer_method: 'smtp' 
sendmail_location: '/usr/sbin/sendmail' 
sendmail_exim_fix: true 
smtp_authentication: 'none' 
smtp_starttls_auto: true 
smtp_domain: 'mydomain.tld' 

回答

相關問題