We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19a3711 commit 04d4178Copy full SHA for 04d4178
src/main/resources/application.properties
@@ -69,6 +69,9 @@ notification.enabled=false
69
notification.sender.address=
70
spring.mail.host=
71
spring.mail.port=
72
+spring.mail.properties.mail.smtp.connectiontimeout=10000
73
+spring.mail.properties.mail.smtp.timeout=6000
74
+spring.mail.properties.mail.smtp.writetimeout=10000
75
76
# Kafka service properties.
77
kafka.consumers.cache.size=50
0 commit comments