Skip to content

c0state/BufferingSMTPHandler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

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

No packages published

Languages