mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-18 23:36:52 +08:00
修改配置
This commit is contained in:
@@ -53,7 +53,7 @@ public class EmailServiceImpl implements IEmailService {
|
||||
}
|
||||
String cfgFrom=SysConstant.getConfigValue("xboe.email.from","boeu_learning@boe.com.cn");
|
||||
String cfgUser=SysConstant.getConfigValue("xboe.email.user");
|
||||
String cfgWord=SysConstant.getConfigValue("xboe.email.password");
|
||||
String cfgWord=SysConstant.getConfigValue("xboe.email.security");
|
||||
|
||||
Map<String,Object> data=new HashMap<String,Object>();
|
||||
data.put("to",to);
|
||||
|
||||
Reference in New Issue
Block a user