请输入搜索词进行查询
搜索所有支持和社区内容...
文章: 100050667
上次发布时间: 2021-06-24
评级: 0 0
产品: Backup Exec
Problem
通过Office 365发送邮件通知失败
Error Message
在debug日志中有如下报错信息:
SendNotification SmtpException System.Net.Mail.SmtpException: 正在处理错误。 服务器响应为:5.7.3 STARTTLS is required to send mail [HK0PR03CA0105.apcprd03.prod.outlook.com]
Cause
无
Solution
运行下面Powershell命令测试发送邮件,同样报上述错误:
send-mailmessage -from '发件人邮箱地址' -to '收件人地址' -subject 'test' -body 'test via powershell'-smtpserver 'SMTP服务器地址' -credential '登录凭据' -port 端口
这个错误和Backup Exec无关,应该是Office 365系统环境问题。建议联系office 365支持,需要检查SMTP服务是否开启以及二次身份验证是否关闭。