Ver código fonte

修改邮件端口号

wulei 1 ano atrás
pai
commit
2545046224
1 arquivos alterados com 1 adições e 1 exclusões
  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"