Skip to content

📧 Simple web app to make it easier to test HTML email templates. Change the env variables and run docker compose to start testing right away.

Notifications You must be signed in to change notification settings

jhammann/email-template-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-Mail Template Tester

An easy way to (locally) test HTML email templates in multiple clients. A free alternative to existing paid email test services. You only need to configure an SMTP server or use GMail with an app specific password (recommended).

Clone this project and fill in the env variables in docker-compose.yml with your own data. Next run docker-compose up -d (or docker compose up -d) and wait for everything to build. After that you can go to https://localhost:3000 and see a basic form.

Fill in the recipient's email a subject (optional) and the HTML code of your e-mail template. Click send and check your mail design in the e-mail client.

image

I haven't put in error handling yet so if nothing happens check the response of the /api call.

About

📧 Simple web app to make it easier to test HTML email templates. Change the env variables and run docker compose to start testing right away.

Topics

Resources

Stars

Watchers

Forks