update 优化代码

This commit is contained in:
疯狂的狮子Li
2024-12-12 22:24:56 +08:00
parent 91a36299ac
commit c506997810
11 changed files with 19 additions and 36 deletions

View File

@@ -43,7 +43,13 @@ public class MailProperties {
private String pass;
/**
* 发送方遵循RFC-822标准
* 发送方遵循RFC-822标准<br>
* 发件人可以是以下形式:
*
* <pre>
* 1. user@xxx.xx
* 2. name &lt;user@xxx.xx&gt;
* </pre>
*/
private String from;