尝试通过LemoonCMS测试电子邮件页面发送电子邮件时出现以下错误。
"交易失败。服务器响应为:5.7.1:发件人地址被拒绝:访问被拒绝"
web.config设置正确,因为我使用相同的设置上传了自定义页面,并且工作正常。
从LOG中获取以下错误: 2014-08-03 13:38:48.9950 | INFO | Mindroute.Core.BootStrapper | 674ms完成启动 2014-08-03 13:38:49.2790 | INFO | Mindroute.Core.Services.MailService |发送邮件' Lemoon测试消息'到' mfaris@kanzit.com' 2014-08-03 13:38:55.9600 | INFO | Mindroute.Core.Services.MailService |发送邮件' Lemoon测试消息'到' mfaris@kanzit.com' 2014-08-03 13:39:09.1240 | INFO | Mindroute.Core.BootStrapper |关闭。原因:ConfigurationChange 2014-08-03 13:39:09.1290 | INFO | Mindroute.Core.FullText.LuceneFullTextProvider | Disposing FullTextIndex 2014-08-03 13:39:09.1290 | INFO | Mindroute.Core.BootStrapper |关闭在6ms内完成
答案 0 :(得分:0)
Lemoon在发送电子邮件时使用MailDaemon中的设置。你检查过它配置正确吗?否则它会从错误中发出声音,例如问题出在邮件服务器而不是Lemoon。