Script for sending custom emails to a maillist
Instructions to get the project up and running
You will need docker for this project.
Build your docker image
docker build -t <tag-name> .
To run this script you need 2 files in your folder: mail.txt and pw.txt. Run your script.
sudo docker run -it <tag-name> python send_mail.py
Use -v flag if you are editing the script and running. So you don't need to rebuild your container everytime.
sudo docker run -it [-v $PWD:/code] <tag-name> python send_mail.py
Feel free to use, contribute and send a PR. There is no contributing file to help you so far.
Bruna Moreira
See list of contributors in this repo.
This project is licensed under the GPLv3 - see the LICENSE.md file for details
- Template for email Email HTML io
- Template for email ohsik
- SMTPlib
- Beautiful Soup
- email.mime
- csv