Skip to content

Commit

Permalink
export smtp ssl property in batch-sender.xml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Junradish authored and emeroad committed Dec 21, 2022
1 parent a537b67 commit 9f1fbdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<prop key="mail.smtp.auth">${alarm.mail.smtp.auth:false}</prop>
<prop key="mail.smtp.starttls.enable">${alarm.mail.smtp.starttls.enable:false}</prop>
<prop key="mail.smtp.starttls.required">${alarm.mail.smtp.starttls.required:false}</prop>
<prop key="mail.smtp.ssl.enable">${alarm.mail.smtp.ssl.enable:false}</prop>
<prop key="mail.debug">${alarm.mail.debug:false}</prop>
</props>
</property>
Expand Down
1 change: 1 addition & 0 deletions batch/src/main/resources/batch-root.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ alarm.mail.smtp.port=25
alarm.mail.smtp.auth=false
alarm.mail.smtp.starttls.enable=false
alarm.mail.smtp.starttls.required=false
alarm.mail.smtp.ssl.enable=false
alarm.mail.debug=false

# webhook config
Expand Down

0 comments on commit 9f1fbdc

Please sign in to comment.