Platin
Platin

Reputation: 1

How to change mail config quarkus at runtime

I 'm using mailer in quarkus to send mail (https://quarkus.io/guides/mailer). By default, MailConfig has been configured in the application.properties file. So how can i configure MailConfig from database and can change MailConfig at runtime

Upvotes: 0

Views: 1397

Answers (1)

geoand
geoand

Reputation: 64079

Any property under quarkus.mailer is a runtime property, which means you can change in any of the supported ways.

Upvotes: 0

Related Questions