Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-smf-form
Commits
d63c041a
Unverified
Commit
d63c041a
authored
2 years ago
by
Tushar
Committed by
GitHub
2 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #1 from darshu790/patch-1
Updated SendMail Configurations
parents
db60635e
7569b2e2
master
bulk-download
cvs_download
delete-form
emailContentUpdate
inspection-flow-changes
institute-district
lat-long
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/com/tarento/formservice/utils/NotificationService/SendMail.java
+1
-0
...rento/formservice/utils/NotificationService/SendMail.java
with
1 addition
and
0 deletions
+1
-0
src/main/java/com/tarento/formservice/utils/NotificationService/SendMail.java
+
1
−
0
View file @
d63c041a
...
...
@@ -59,6 +59,7 @@ public class SendMail {
props
.
put
(
"mail.smtp.socketFactory.port"
,
appConfig
.
getSmtpPort
());
props
.
put
(
"mail.smtp.auth"
,
appConfig
.
getSmtpAuth
());
props
.
put
(
"mail.smtp.port"
,
appConfig
.
getSmtpPort
());
props
.
put
(
"mail.smtp.starttls.enable"
,
"true"
);
}
/**
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets