You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.