Skip to content

Instantly share code, notes, and snippets.

@L-fours-gists
L-fours-gists / sendGmail.py
Created October 5, 2012 01:56 — forked from davvid/send-gmail.py
Send an email through gmail with python
#!/usr/bin/python
"""
send an email through gmail
Save this script to send-gmail.py,
place the body of the email in email_message.txt,
and then run:
python send-gmail.py \
--wait 5 \