Sure, no problem:
http://aws.amazon.com/ses/faqs/#24
Jeff Bauer
Rubicon, Inc.
We send out emails from our instances via an arrangement with AWS
that predates SES. However, even if we were to start with SES,
I'd probably still choose SendRawEmail and build our content with
the email tools in the standard Python library.
You can develop your code by sending email attachments to your
gmail account, for example, before deploying on SES. Or even a
test smtp server on your local machine, e.g.:
python /usr/lib/python2.6/smtpd.py -n -c DebuggingServer localhost:8025
-Jeff
Is anybody really sending mails with attachments from ses using boto/
python?
--
You received this message because you are subscribed to the Google Groups "boto-users" group.
To post to this group, send email to boto-...@googlegroups.com.
To unsubscribe from this group, send email to boto-users+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/boto-users?hl=en.