https://github.com/mattmezza/email-sender
A python script that lets you send emails with string variables to a massive audience!
https://github.com/mattmezza/email-sender
Last synced: 5 months ago
JSON representation
A python script that lets you send emails with string variables to a massive audience!
- Host: GitHub
- URL: https://github.com/mattmezza/email-sender
- Owner: mattmezza
- License: mit
- Created: 2016-05-04T13:34:32.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-30T14:10:14.000Z (almost 9 years ago)
- Last Synced: 2025-04-07T18:48:46.350Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
email-sender
======
This is a python script that lets you send emails with string variables in it.
It uses SMTP and YAML for configuration/variable/email specification.
In order to be able to use such script you need to have `pyyaml` installed on your python environment (`pip install pyyaml`)
For further information just contact me at [mattmezza@gmail.com](mailto:mattmezza@gmail.com)
Use it like this
```
python email-sender.py -c config.yml -e emails.yml
```
If you wanna use it interactively just add `-i` at the end
```
python email-sender.py -c config.yml -e emails.yml -i
```
you can see the help by running this command `python eamil-sender.py -h`
###### Matteo Merola `'mattmezza'`