I'm wanna configure Mail Sender on Wildfly14. Could anyone tell me the way to configure it from start to end please.
I successfully configure on application.property, but I wanna store that host, username and password on wildfly instead of application.property.
Here is the code that I was configure on application.property
spring.mail.host=xxx
spring.mail.port=25
spring.mail.username=xxx
spring.mail.password=xxx