Commit 01839c68 by zhangxingmin

push

parent 0ba157d2
......@@ -130,7 +130,7 @@ public class ApiEmailServiceImpl implements ApiEmailService {
Transport.send(message);
// 记录成功日志
log.info("邮件发送成功: {} -> {}", dto.getSendEmail(), dto.getReceiveEmail());
log.info("发送邮件Transport.send(message) {}", JSON.toJSONString(message));
// log.info("发送邮件Transport.send(message) {}", JSON.toJSONString(message));
} catch (MessagingException e) {
// 记录失败日志,包含异常信息
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment