Sylvrec il y a 5 ans
Parent
commit
ee3729ca98
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      mailling/main.go

+ 0 - 2
mailling/main.go

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