Server based on aiohttp deployed on a docker container. It serves to send an email rendered in html.
- Python 3.6
- Latest pip version
- Latest docker version
$ docker build -t <tagname> .
$ ./run {user} {password} {host} {port}
- E.G.:
./run myuser mypassword smtp.office365.com 587
- Go to localhost:8080
- Type the recipient's email, subject and content
- Send!