mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-08 02:16:49 +08:00
[DAT] from改为带@的全称
This commit is contained in:
@@ -24,7 +24,7 @@ public class SmtpEmailServiceImpl implements ISmtpEmailService {
|
|||||||
|
|
||||||
// SMTP服务器配置信息
|
// SMTP服务器配置信息
|
||||||
private static final String SMTP_HOST = "mail.boe.com.cn";
|
private static final String SMTP_HOST = "mail.boe.com.cn";
|
||||||
private static final String SMTP_USERNAME = "boeu_learning";
|
private static final String SMTP_USERNAME = "boeu_learning@boe.com.cn";
|
||||||
private static final String SMTP_PASSWORD = "boeLms20250814Syse";
|
private static final String SMTP_PASSWORD = "boeLms20250814Syse";
|
||||||
private static final String SMTP_PORT = "465";
|
private static final String SMTP_PORT = "465";
|
||||||
private static final String SMTP_ENCRYPTION = "ssl";
|
private static final String SMTP_ENCRYPTION = "ssl";
|
||||||
|
|||||||
Reference in New Issue
Block a user