Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Commit

Permalink
FIX/PLF-8141:No timeout specified on the SMTP Transport for email not…
Browse files Browse the repository at this point in the history
…ification (#342)
  • Loading branch information
lbengayed authored and mbensalem committed Oct 26, 2018
1 parent d6e4d63 commit 03866e9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@
# Sample: exo.email.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory
#exo.email.smtp.socketFactory.class=
# Socket connection timeout.
# Sample: exo.email.smtp.connectiontimeout=0
# Sample: exo.email.smtp.connectiontimeout=60000
#exo.email.smtp.connectiontimeout=
# Socket read timeout.
# Sample: exo.email.smtp.timeout=0
# Sample: exo.email.smtp.timeout=60000
#exo.email.smtp.timeout=
# Socket write timeout.
# Sample: exo.email.smtp.writetimeout=0
# Sample: exo.email.smtp.writetimeout=60000
#exo.email.smtp.writetimeout
# Mode debug.
# Sample: exo.email.smtp.debug=false
Expand Down

0 comments on commit 03866e9

Please sign in to comment.