Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SMTPSender ¶
type SMTPSender struct {
markup.Component `id:"mail.Sender"`
NeedWorkAround bool `inject:"${mail.smtp.workaround}"`
SenderAddress string `inject:"${mail.sender.address}"`
SenderName string `inject:"${mail.sender.name}"`
SMTPHost string `inject:"${mail.smtp.host}"`
SMTPPort int `inject:"${mail.smtp.port}"`
SMTPUser string `inject:"${mail.smtp.user}"`
SMTPPassword string `inject:"${mail.smtp.password}"`
}
SMTPSender 默认的邮件发送组件
Click to show internal directories.
Click to hide internal directories.