Mailpit SMTP Server with Rest API
-
Mailpit is easy to set up and allows using it as smtp server while accessing the mails via rest api. This allows further processing.
https://github.com/axllent/mailpit -
It’s more of a „testing tool“, isn’t it?
From GitHub:Mailpit is a small, fast, low memory, zero-dependency, multi-platform email testing tool & API for developers.
It acts as an SMTP server, provides a modern web interface to view & test captured emails, and contains an API for automated integration testing.
Mailpit was originally inspired by MailHog which is now no longer maintained and hasn't seen active development for a few years now.
-
It is mostly used as such yes. However there are usecases where you most likely want to process mails via API. I really like mailpit for this scenario
-
@JUVOJustin did you set it up on cloudron successfully?
-
@dsp76 Sadly not yet. Did not have the time to do so.