Skip to content
Snippets Groups Projects
mailer.py 131 B

def send_email(errors, config):
    pass

def render_body(errors, template_file):

    pass

if __name__ == "__main__":
    pass