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