chore from属性添加更加详细的注释
This commit is contained in:
parent
baef55ae1b
commit
97da6e9b7a
@ -43,7 +43,13 @@ public class MailProperties {
|
|||||||
private String pass;
|
private String pass;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 发送方,遵循RFC-822标准
|
* 发送方,遵循RFC-822标准<br>
|
||||||
|
* 发件人可以是以下形式:
|
||||||
|
*
|
||||||
|
* <pre>
|
||||||
|
* 1. user@xxx.xx
|
||||||
|
* 2. name <user@xxx.xx>
|
||||||
|
* </pre>
|
||||||
*/
|
*/
|
||||||
private String from;
|
private String from;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user