Skip to content

Instantly share code, notes, and snippets.

@haiya512
haiya512 / zabbix-alert-smtp.sh
Created September 26, 2016 05:30 — forked from superdaigo/zabbix-alert-smtp.sh
Zabbix SMTP Alert script for gmail
#!/usr/bin/python
# -*- coding: utf-8 -*-
"""
Zabbix SMTP Alert script for gmail.
"""
import sys
import smtplib
from email.MIMEText import MIMEText
from email.Header import Header