@@ -24,7 +24,7 @@ func SendEmail(title, content string, touser string) bool {
"user": "18170239278@163.com",
"pass": "JYWLATLVZJROWMWZ",
"host": "smtp.163.com",
- "port": "994",
+ "port": "465",
}
mailPort, _ := strconv.Atoi(mailConn["port"]) //转换端口类型为int