Skip to content

vinissimus/mail_tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published