fix from address
This commit is contained in:
@@ -81,6 +81,7 @@ func (m *Mailer) Send(emailcfg string, to string, data any, opts ...Option) erro
|
||||
// mail.WithSMTPAuth(mail.SMTPAuthNoAuth),
|
||||
mail.WithUsername(m.SMTPConfig.Username),
|
||||
mail.WithPassword(m.SMTPConfig.Password),
|
||||
mail.WithPort(m.SMTPConfig.Port),
|
||||
}
|
||||
|
||||
fmt.Println(dialOptions)
|
||||
|
||||
Reference in New Issue
Block a user