-
Notifications
You must be signed in to change notification settings - Fork 1
c0state/BufferingSMTPHandler
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A buffering version of the Python SMTPHandler. This buffers up messages until the size of the buffered messages reaches a specified capacity. It then sends everything that was buffered up until that point in one email message. Capacity is specified on construction of the handler. Uses whatever authentication is supported by the standard SMTPHandler. TLS SMTP authentication mail servers such as smtp.gmail.com work. Tested with Python 2.7.
About
Python buffering version of SMTPHandler
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published