Popular recipes by Isaac Wagner http://code.activestate.com/recipes/users/4171255/2009-07-27T13:14:24-07:00ActiveState Code RecipesSend HTML or Text email with or without attachments (Python)
2009-07-27T13:14:24-07:00Isaac Wagnerhttp://code.activestate.com/recipes/users/4171255/http://code.activestate.com/recipes/576858-send-html-or-text-email-with-or-without-attachment/
<p style="color: grey">
Python
recipe 576858
by <a href="/recipes/users/4171255/">Isaac Wagner</a>
(<a href="/recipes/tags/email/">email</a>, <a href="/recipes/tags/smtp/">smtp</a>).
</p>
<p>Using code gleaned from the net and from my own brain I created this convenient wrapper to send email messages via SMTP in Python. This class allows you to send plain text email messages or HTML encoded messages. You can also add attachments to the messages.</p>