Skip to content

Instantly share code, notes, and snippets.

@maddluxx
maddluxx / zabbix-alert-smtp.sh
Last active May 12, 2022 12:04 — forked from superdaigo/zabbix-alert-smtp.sh
Zabbix SMTP Alert script for Yandex
#!/usr/bin/python
# -*- coding: utf-8 -*-
"""
Zabbix SMTP Alert script for Yandex.
"""
import sys
import smtplib
import datetime
from email.MIMEText import MIMEText