Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 574 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 574 Bytes

Receive emails with SubEtha SMTP and Spring Boot

This repository contains example of how to write an application based on Spring boot and SubEtha SMTP to receive emails.

Article

Full post detailed the process available here :

https://redamessoudi.com/receive-emails-with-subetha-springboot/

Code

I favour simplified code over production-ready code. Don't consider it as best practices, instead use it to understand the goal of the article.

I consider simple and explainable code as a first step to solve problems, best practices and design patterns come next.