Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 530 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 530 Bytes

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!