Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法使用 spring 框架的电子邮件功能检查是否收到了电子邮件?
您无法检查是否收到了电子邮件。将报告的唯一错误是发送过程中的错误(无效地址、错误的 smtp 凭据等)。
邮件由邮件服务器发送后,事情就不在您的业务范围内了。您可以做的是检查收件人邮件服务器是否发送退回邮件(被阻止的电子邮件。完整的邮箱,没有这样的地址等)。但这必须在邮件发送过程之外发生。很可能是在发送电子邮件后的某个时间由调度程序完成的。