https://github.com/ciur/maily
Quickly send emails with attachment
https://github.com/ciur/maily
Last synced: 13 days ago
JSON representation
Quickly send emails with attachment
- Host: GitHub
- URL: https://github.com/ciur/maily
- Owner: ciur
- License: apache-2.0
- Created: 2021-02-16T15:02:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-16T16:20:00.000Z (over 4 years ago)
- Last Synced: 2025-08-31T01:32:30.348Z (about 2 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Maily
======Quickly send an email with attachment
Example::
$ python3.7 maily.py --from='user1@mail.com' \
--to='user2@mail.com' \
--attach=path/to/file.pdf \
--config=config.yml$ cat config.yml
port: 587
host: smtp.example.com
user: user@example.com
pass: some-password