Skip to content

Instantly share code, notes, and snippets.

View hamstu's full-sized avatar
🤩

Hamish Macpherson hamstu

🤩
View GitHub Profile
@hamstu
hamstu / emailer.py
Created January 12, 2013 01:16
Email a photo/file from your computer, with Python! Usage: emailer.py [file] Made for: http://www.reddit.com/r/raspberry_pi/comments/16esrj/how_do_i_send_email_on_motion_trigger/
#!/usr/bin/python
"""
emailer.py | Script to send attachments via a Gmail account
- Based on http://codecomments.wordpress.com/2008/01/04/python-gmail-smtp-example/
- Fixed small bugs and cleaned up the formatting, etc.
USAGE:
emailer.py [file1, file2, ...]