Skip to content

BrunaNayara/send-emails

Repository files navigation

Send mails

Script for sending custom emails to a maillist

Getting Started

Instructions to get the project up and running

Prerequisites

You will need docker for this project.

Installing

Build your docker image

docker build -t <tag-name> .

Run your script

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

Contributing

Feel free to use, contribute and send a PR. There is no contributing file to help you so far.

Authors

Bruna Moreira

See list of contributors in this repo.

License

This project is licensed under the GPLv3 - see the LICENSE.md file for details

Acknowledgments

About

script to send custom email to a maillist

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages