Documentation ¶
Overview ¶
Package email : email emtp发送模块
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Data ¶
type Data struct { // From sender name, if empty, use username From string // To target email address To string // Subject email title Subject string // Cc cc to other Cc string // Msg email body, default send as html Msg string }
Data email body
Click to show internal directories.
Click to hide internal directories.