Skip to content

Instantly share code, notes, and snippets.

View ebuzz's full-sized avatar
🚨
Working from home

Erick Aguayo ebuzz

🚨
Working from home
View GitHub Profile
@ebuzz
ebuzz / send_pdf_with_boto_ses.py
Created March 23, 2016 00:06 — forked from yosemitebandit/send_pdf_with_boto_ses.py
send PDF attachment with boto and SES
''' quick example showing how to attach a pdf to multipart messages
and then send them from SES via boto
'''
from email.mime.text import MIMEText
from email.mime.application import MIMEApplication
from email.mime.multipart import MIMEMultipart
import boto
@ebuzz
ebuzz / test.php
Created January 5, 2014 20:47
test
echo "Hello world";