This tutorial is about sending E-mail using REST API developed via Spring boot. Gmail SMTP server is always a good choice to check Mail REST API. Spring framework provides a number of library classes for sending email. It provides an easy to use mail interface called JavaMailSender built on top of the JavaMail API. JavaMail API is a messaging fr…
-
Updated
Feb 26, 2020 - Java