I would like to include Ogham in Spring Boot official starters.
The aim of Ogham is to simplify the code that sends email and SMS (more is coming like RCS). You write the same code but still target different protocol/services (for example SMTP in dev, SendGrid in production). You automatically use the template engine that is available in the classpath to design the content of your email or your SMS. You also get rid of technical concerns (for example, images and styles are automatically inlined in the HTML of the email, you don't need to do it). You also increase productivity while testing using testing tools.
There are more features, see user manual.
Comment From: pivotal-issuemaster
@aurelien-baudet Please sign the Contributor License Agreement!
Click here to manually synchronize the status of this Pull Request.
See the FAQ for frequently asked questions.
Comment From: wilkinsona
@aurelien-baudet Thanks very much for making your first contribution to Spring Boot.