Posts related to tag: email


Spring Boot- Send email using FreeMarker

On this page, we’ll explore how to send an email using Spring Boot and FreeMarker. FreeMarkerTemplateUtils is a utility class […] Continue reading »

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 »

Example of sending email in Java using Gmail SMTP

This Java tutorial will explain how to send an email through Java program using Gmail server and JavaMail API. JavaMail […] Continue reading »