An open API service indexing awesome lists of open source software.

https://github.com/thiagogarbazza/poc-java-springboot-mail

This project is a Proof of Concept (PoC) demonstrating how to send emails using Spring Boot.
https://github.com/thiagogarbazza/poc-java-springboot-mail

e-mail java spring

Last synced: about 14 hours ago
JSON representation

This project is a Proof of Concept (PoC) demonstrating how to send emails using Spring Boot.

Awesome Lists containing this project

README

          

# poc-java-springboot-mail

This project is a Proof of Concept (PoC) demonstrating how to send emails using Spring Boot.
It showcases the integration of Spring Boot with JavaMailSender to send simple text emails, HTML emails, emails with priority and emails with attachments.

## 🚀 Technologies Used

- Java 17+
- Spring Boot 3.x
- Spring Mail (JavaMailSender)
- Maven
- [Mailpit](https://mailpit.github.io/mailpit/) is an SMTP server & web interface for viewing and testing emails during development.

## 📦 Features

- Send plain text emails
- Send HTML formatted emails
- Send emails with priority
- Send emails with attachments