Posts related to tag: send


How to send email using Spring Boot

On this page, we’ll learn how to send an email using the Spring Boot application via SMTP. Spring provides a […] Continue reading »

Send email with attachment in Java using Gmail

In this example, we are going to send an email with attachment in Java program via Gmail server. JavaMail API […] Continue reading »