Skip to content

Instantly share code, notes, and snippets.

View i-kumagai's full-sized avatar

Ikuo Kumagai i-kumagai

  • AXLBIT , Inc
  • 日本
View GitHub Profile
#!/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