2012-03-13 42 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' 

回答

相关问题