You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use quarkus-mailer library to implement email sending features in the application. Basically, the application just retrieve data for email from DB and send them daily (like reminders).
As we are using our own SMTP server in our company our Security team told me to enable TLS and to be sure that while application connecting to the SMTP.
Could you please advice me how to do that?
Should I use sth like that quarkus.mailer.start-tls=REQUIRED in application.properties file?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I use
quarkus-mailer
library to implement email sending features in the application. Basically, the application just retrieve data for email from DB and send them daily (like reminders).As we are using our own SMTP server in our company our Security team told me to enable TLS and to be sure that while application connecting to the SMTP.
Could you please advice me how to do that?
Should I use sth like that
quarkus.mailer.start-tls=REQUIRED
inapplication.properties
file?Beta Was this translation helpful? Give feedback.
All reactions