Sylvrec hace 5 años
padre
commit
ee3729ca98
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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