https://github.com/robcranfill/cransend
Python code to act as a "mail agent" - send an email.
https://github.com/robcranfill/cransend
Last synced: over 1 year ago
JSON representation
Python code to act as a "mail agent" - send an email.
- Host: GitHub
- URL: https://github.com/robcranfill/cransend
- Owner: RobCranfill
- License: gpl-3.0
- Created: 2022-09-07T01:05:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-07T01:20:38.000Z (almost 4 years ago)
- Last Synced: 2025-01-15T06:51:09.657Z (over 1 year ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cransend
Python code to act as a "mail agent" - send an email.
This code can be called from the command line to send an email with a given body and subject line.
This code uses the GMail SMTP server to send. You must customize it for your accout. See docs, if any. ;-)