https://github.com/ashutoshvarma/send_mail
Python script to send bulk personalized emails with support of embedding static files for use in html templates
https://github.com/ashutoshvarma/send_mail
Last synced: 3 months ago
JSON representation
Python script to send bulk personalized emails with support of embedding static files for use in html templates
- Host: GitHub
- URL: https://github.com/ashutoshvarma/send_mail
- Owner: ashutoshvarma
- License: agpl-3.0
- Created: 2020-12-07T16:46:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-08T21:43:46.000Z (over 4 years ago)
- Last Synced: 2024-12-28T00:42:51.421Z (5 months ago)
- Language: Python
- Size: 27.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# send_mail - Send Bulk templated emails
A Simple Utility to send personalised email in bulk with support
of file attachments and embedding static files for use in html templates.# Usage
```
Usage: send_mail.py [OPTIONS] CONFIG_FILESend bulk personalised mail by options defined in CONFIG_FILE.
Options:
-p TEXT Password for SMTP server. You can also set password by
SMTP_PASSWORD env [required]--help Show this message and exit.
```# Config
See config.yml for options