Skip to content

Instantly share code, notes, and snippets.

@safeblood
safeblood / email_notify.py
Created February 20, 2023 09:09 — forked from jriguera/email_notify.py
Email from Python with Jinja2
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Python 3 and compatibility with Python 2
from __future__ import unicode_literals, print_function
import os
import sys
import re
import logging