Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Eladmin
Commits
0a2ae87e
Commit
0a2ae87e
authored
Sep 29, 2019
by
dqjdda
Browse files
EmailService
parent
ad4537b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
eladmin-tools/src/main/java/me/zhengjie/service/impl/EmailServiceImpl.java
View file @
0a2ae87e
...
@@ -72,7 +72,7 @@ public class EmailServiceImpl implements EmailService {
...
@@ -72,7 +72,7 @@ public class EmailServiceImpl implements EmailService {
}
}
account
.
setFrom
(
emailConfig
.
getUser
()+
"<"
+
emailConfig
.
getFromUser
()+
">"
);
account
.
setFrom
(
emailConfig
.
getUser
()+
"<"
+
emailConfig
.
getFromUser
()+
">"
);
//ssl方式发送
//ssl方式发送
account
.
setS
tartttl
sEnable
(
true
);
account
.
setSs
l
Enable
(
true
);
String
content
=
emailVo
.
getContent
();
String
content
=
emailVo
.
getContent
();
/**
/**
* 发送
* 发送
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment