Explorar o código

修改邮件端口号

wulei hai 1 ano
pai
achega
2545046224
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"