mirror of https://github.com/elunez/eladmin
EmailService
parent
ad4537b4e8
commit
0a2ae87e44
|
@ -72,7 +72,7 @@ public class EmailServiceImpl implements EmailService {
|
|||
}
|
||||
account.setFrom(emailConfig.getUser()+"<"+emailConfig.getFromUser()+">");
|
||||
//ssl方式发送
|
||||
account.setStartttlsEnable(true);
|
||||
account.setSslEnable(true);
|
||||
String content = emailVo.getContent();
|
||||
/**
|
||||
* 发送
|
||||
|
|
Loading…
Reference in New Issue