The Quick Screenshots Script (Python + PIL) is a "dream come true", and yet
so simple to use reliably. Does anyone have a suggestion or know how to
include in the script, the ability to email the attachment? This would make
the dream perfect! Thanks!
Mark Bratcher
Consolidated
need
from email.mime.image import MIMEImage
from email.mime.multipart import MIMEMultipart
COMMASPACE = ', '
# Create the container (outer) email message.
msg = MIMEMultipart()
msg['Subject'] = 'TEST'
# me == the sender's email address
# family = the l
the email package; it creates a MIME message
with an attachment and sends it using SMTP.
<http://docs.python.org/lib/node162.html>
Mark Bratcher
Consolidated Citrus, LP
4210-250 Metro, Parkway
Fort Myers, FL 33916
239-275-4060 ext 219
--
http://mail.python.org/mailman/li