Commit f5db50d0 authored by Quxl's avatar Quxl

x

parent 5537bac1
......@@ -52,7 +52,7 @@ public class EmailServiceImpl implements EmailService {
new Thread() {
public void run() {
try {
MailUtil.sendBySmtps(host, port, is_auth, username, password, from, subject, content, null, StringUtil.isNotBlank(testEmail) ? testEmail : email);
MailUtil.sendBySmtps(host, port, username, password, from, subject, content, null, StringUtil.isNotBlank(testEmail) ? testEmail : email);
record.setSend_state(1);
} catch (Exception e) {
record.setSend_state(2);
......
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