vinissimus / mail_tester

Small tool to test html email newsletters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mail Tester

Description:

Server based on aiohttp deployed on a docker container. It serves to send an email rendered in html.

Requirements

  1. Python 3.6
  2. Latest pip version
  3. Latest docker version

Deployment

Build the docker image

  • $ docker build -t <tagname> .

Run the container

  • $ ./run {user} {password} {host} {port}
  • E.G.: ./run myuser mypassword smtp.office365.com 587

How to use it

  1. Go to localhost:8080
  2. Type the recipient's email, subject and content
  3. Send!

About

Small tool to test html email newsletters


Languages

Language:Python 60.0%Language:HTML 31.9%Language:Shell 4.8%Language:Dockerfile 3.3%