jdrouet/jolimail
Jolimail is an open source alternative to all the transactional email solutions.
1M+
Jolimail is an open source alternative to all the transactionnal email solutions.
Jolimail comes from the frustration of using several email providers. We used to work with products like sendgrid, mailgun, mailchimp, sendinblue, etc.
But they have many disadvantages :
Jolimail is a simple application that allows you to create your email templates directly in the browser and have a preview.
You can start it in different ways but we recommend using Docker if you are on a amd64, i386 or arm64 architecture. By doing the following, you'll be able to have a running jolimail server that will provide your email template, a catapulte instance and a fake smtp server.
git clone https://github.com/jdrouet/jolimail.git
cd jolimail
docker-compose -f docker-compose.example.yml up
Then you should be able to reach jolimail here and the smtp server here.
If you want to use it in a production environment, you can will just need a postgres instance where the templates will be stored.
You can also deploy it on Heroku with the following button
If, like us, you didn't find any good way of doing transactional emails, then Yes!
You work in a startup
You work in a big company
docker pull jdrouet/jolimail