package
Version:
v0.2.3
Opens a new window with list of versions in this module.
Published: Jun 24, 2023
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type MailAccount struct {
FromAddress string `json:"fromAddress"`
Password string `json:"password"`
SmtpHost string `json:"smtpHost"`
SmtpPort string `json:"smtpPort"`
}
SendMail 发送邮件
@param toAddress 接收者邮箱地址
@param subject 邮件主题
@param body 邮件内容
Source Files
¶
Click to show internal directories.
Click to hide internal directories.