natch444 / py-scripts

A collection of useful python scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSV Format

The csv file should have at least the value: email

Run

To have more detail about the command run --help

Here is a example that should help you understand how it could be used: ./minimailer.py --dry-run --subject 'Subject' -- name.csv ' FirstName Name <email.used@to.send>' mail.txt.j2

SMTP Authentification

I advise you to use app passwords for the authentification.

https://support.google.com/accounts/answer/185833

About

A collection of useful python scripts

License:GNU General Public License v3.0


Languages

Language:Python 100.0%