Add email support
This commit adds a new starter to auto-configure a MailSender when the necessary classes are present and when the property "spring.mail.host" is set. The auto-configuration also accepts any arbitrary properties that JavaMail might need using the "spring.mail.properties" prefix. Fixes gh-1760
This commit is contained in:
@@ -0,0 +1 @@
|
||||
provides: spring-context-support,mail
|
||||
Reference in New Issue
Block a user