In today's post, I will describe how to send an email with spring boot. Post will contain following things: Send simple email with simple message Send an email with attachment Send an email with HTML content Let's start! Firstly create spring boot project and add the following dependency in pom.xml file. Create an application.properties file under … Continue reading Sending email with spring boot