forked from fengsp/sender
-
Notifications
You must be signed in to change notification settings - Fork 0
One easy to use Python SMTP client
License
JWDT/jot-sender
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Sender Sender is a tiny module for SMTP mail sending, inspired by Flask-Mail. The purpose is making sending SMTP mail simple and easy. Using builtin module to send mail is a little verbose, things shouldn't be that way. Read the docs at http://sender.readthedocs.org/ If you feel anything wrong, feedbacks or pull requests are welcome. JMail JMail allows URL connection strings. Format: No Encryption: smtp://<username>:<password>@<hostname>:<port> TLS: smtpt://<username>:<password>@<hostname>:<port> SSL: smtps://<username>:<password>@<hostname>:<port> Example: smtpt://[email protected]:[email protected]:25
About
One easy to use Python SMTP client
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Python 98.7%
- Makefile 1.3%