FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 64f2f397 authored by L. Bower's avatar L. Bower
Browse files

ADDING A SOURCE FOR THE CODE

parent 590bd0f7
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,10 @@ from typing import Tuple, List
class BufferingSMTPHandler(logging.handlers.BufferingHandler):
# BASED ON CODE DEFINED HERE:
# https://gist.github.com/anonymous/1379446 LINKED OUT FROM THIS ISSUE:
# https://stackoverflow.com/questions/1610845/collate-output-in-python-logging-memoryhandler-with-smtphandler
def __init__(self,
server: Tuple[str, str],
credentials: Tuple[str, str],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment