尝试通过LemoonCMS测试电子邮件页面发送电子邮件时出现以下错误。
“事务失败。服务器响应为: 5.7.1 :发件人地址被拒绝:访问被拒绝”
web.config设置是正确的,因为我上传了一个使用相同设置的自定义页面,它工作得很好。
从日志中获取以下错误: 2014-08-03 13:38:48.9950|INFO|Mindroute.Core.BootStrapper|Startup在674ms完成2014-08-03 13:38:49.2790|INFO|Mindroute.Core.Services.MailService|Sending邮件'Lemoon test message‘to 'mfaris@kanzit.com’2014-08-03 13:38:55.9600|INFO|Mindroute.Core.Services.MailService|Sending邮件'Lemoon test message‘to 'mfaris@kanzit.com’2014-08-03 13:39:09.1240|INFO|Mindroute.Core.BootStrapper|Shutting down。原因: 13:39:09.1290|INFO|Mindroute.Core.FullText.LuceneFullTextProvider|Disposing 13:39:09.1290|INFO|Mindroute.Core.BootStrapper|Shutdown 2014-08-03 ConfigurationChange FullTextIndex 2014-08-03完成时间: 6ms
发布于 2014-08-05 03:38:00
Lemoon在发送电子邮件时使用MailDaemon中的设置。您是否检查过它的配置是否正确?否则,听起来好像问题出在邮件服务器上,而不是Lemoon。
https://stackoverflow.com/questions/25121988
复制相似问题