企业邮箱smtp发送邮件451错误代码

Lei,Ming 1 Reputation point
2021-06-07T04:15:43.18+00:00

我在通过java程序编写邮件发送时遇到如下问题:
451 4.7.0 Temporary server error. Please try again later. PRX4。

==========================

我的配置如下:

spring:
mail:
host: smtp.office365.com
username:
password:
protocol: smtp
default-encoding: utf-8
port: 587
properties:
mail:
smtp:
starttls:
enable: true
required: true
UseDefaultCredentials: false
debug: true
isEnableLog: true

==========================

debug日志如附件,截图如下:
102833-image.png

Exchange Server Development
Exchange Server Development
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Development: The process of researching, productizing, and refining new or existing technologies.
508 questions
0 comments No comments
{count} votes