go1.25 bumped lib version added in dotenv assign func
This commit is contained in:
@@ -17,11 +17,12 @@ import (
|
||||
// SMTP mailer
|
||||
type SMTP struct {
|
||||
Host string
|
||||
Port int
|
||||
Username string
|
||||
Password string
|
||||
// Domain name for smtp
|
||||
Domain string
|
||||
|
||||
Port int
|
||||
}
|
||||
|
||||
func (t SMTP) Send(msg *Message) error {
|
||||
|
||||
Reference in New Issue
Block a user