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.
- Host: GitHub
- URL: https://github.com/thiagogarbazza/poc-java-springboot-mail
- Owner: thiagogarbazza
- License: mit
- Created: 2025-08-29T17:06:40.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2026-05-08T12:23:04.000Z (about 2 months ago)
- Last Synced: 2026-05-08T14:29:51.650Z (about 2 months ago)
- Topics: e-mail, java, spring
- Language: Java
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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