Skip to content

Instantly share code, notes, and snippets.

@walbon
walbon / sendingmessage.py
Created July 20, 2012 20:13
Script to send messages by sendmail and smtplib, using python.
#!/usr/bin/python
#
# Author: Gustavo Walbon ( [email protected] )
#
# Import smtplib for the actual sending function
import smtplib
import sys