package
Version:
v0.2.17
Opens a new window with list of versions in this module.
Published: Nov 16, 2024
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 邮件内容
- @return 返回错误信息
Source Files
¶
Click to show internal directories.
Click to hide internal directories.