Documentation
¶
Index ¶
Constants ¶
View Source
const ( PLAINTEXT_EMAIL = "plain" HTML_EMAIL = "html" )
Variables ¶
This section is empty.
Functions ¶
func NewSmtpClient ¶
func NewSmtpClient(SmtpConfig *SmtpConfig, logger *plogger.Logger) mo.Result[*SmtpClient]
Types ¶
type SmtpClient ¶
type SmtpClient struct {
// contains filtered or unexported fields
}
func (*SmtpClient) SendHtmlEmail ¶
type SmtpConfig ¶
type SmtpConfig struct {
// contains filtered or unexported fields
}
func NewSmtpConfig ¶
Click to show internal directories.
Click to hide internal directories.