Sylvrec 5 年 前
コミット
ee3729ca98
1 ファイル変更0 行追加2 行削除
  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