Parcourir la source

修改邮件端口号

wulei il y a 1 an
Parent
commit
2545046224
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      mail/vars.go

+ 1 - 1
mail/vars.go

@@ -2,7 +2,7 @@ package mail
 
 const (
 	SMTP_SERVER   = "smtp.qiye.aliyun.com"
-	SMTP_PORT     = "25"
+	SMTP_PORT     = "587"
 	FROM_USERNAME = "system_notify@greentech.com.cn"
 	FROM_PASSWORD = "GT123qweasd"