groupe-sii / ogham

Sending email, sms or whatever is a piece of cake
https://groupe-sii.github.io/ogham/
Apache License 2.0
21 stars 15 forks source link

Integrate Spring JavaMailSender #80

Open aurelien-baudet opened 5 years ago

aurelien-baudet commented 5 years ago

When using Spring Boot, we should use JavaMailSender implementation provided by Spring. We should provide a wrapper that converts Email to SimpleEmailMessage.

The aim is to benefit from all Spring additional features (such as jndi, transport management...)