|
@@ -29,7 +29,7 @@ public class EmailServiceImpl implements IEmailService {
|
|
|
helper.setFrom("miaxis2022@163.com");
|
|
|
helper.setTo(emailAddDTO.getAddress());
|
|
|
//helper.setBcc("密送人");
|
|
|
- helper.setSubject("【速达驾考】资料下载");
|
|
|
+ helper.setSubject("【财仝驾考】资料下载");
|
|
|
helper.setSentDate(new Date());//发送时间
|
|
|
helper.setText(getHtmlText(sysDictData),true);
|
|
|
//第一个参数要发送的内容,第二个参数是不是Html格式。
|
|
@@ -42,7 +42,7 @@ public class EmailServiceImpl implements IEmailService {
|
|
|
" height: 100vh;\">\n" +
|
|
|
" <div class=\"head1\" style=\"width: 100%;\n" +
|
|
|
" text-align: center;\n" +
|
|
|
- " font-weight: 550;\">感谢您使用速达驾考</div>\n" +
|
|
|
+ " font-weight: 550;\">感谢您使用财仝驾考</div>\n" +
|
|
|
" <div class=\"head2\" style=\"width: 100%;\n" +
|
|
|
" text-align: center;\n" +
|
|
|
" margin-top: 15px;\">请点击下方按钮下载【"+sysDictData.getDictLabel()+"】课程资料</div>\n" +
|