Skip to content

Instantly share code, notes, and snippets.

View spicasax's full-sized avatar
👓

Cynthia Sadler spicasax

👓
View GitHub Profile
''' 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