Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MailMessage ¶
type MailMessage struct {
Host string `json:"host"`
Port int `json:"port"`
Username string `json:"username"`
Password string `json:"password"`
From string
Subject string `json:"subject"`
Body string `json:"body"`
To []string
}
MailMessage 邮件消息
Click to show internal directories.
Click to hide internal directories.