Browse Source

修改邮件端口号

wulei 1 year ago
parent
commit
2545046224
1 changed files with 1 additions and 1 deletions
  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"