|
@@ -71,8 +71,6 @@ func main() {
|
|
|
smtpServ.Password = ""
|
|
smtpServ.Password = ""
|
|
|
smtpServ.Encryption = mail.EncryptionTLS
|
|
smtpServ.Encryption = mail.EncryptionTLS
|
|
|
|
|
|
|
|
- // smtpServ.Authentication = mail.AuthPlain
|
|
|
|
|
-
|
|
|
|
|
smtpServ.KeepAlive = false
|
|
smtpServ.KeepAlive = false
|
|
|
smtpServ.ConnectTimeout = 10 * time.Second
|
|
smtpServ.ConnectTimeout = 10 * time.Second
|
|
|
smtpServ.SendTimeout = 10 * time.Second
|
|
smtpServ.SendTimeout = 10 * time.Second
|