chore from属性添加更加详细的注释

This commit is contained in:
cxh 2024-11-08 09:16:27 +08:00
parent baef55ae1b
commit 97da6e9b7a

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;