Can you please give me a simple, and straightforward python example of sending an HTML e-mail using App Engine? Plaintext is straightforward, but I’m having difficulties with HTML tags.
Can you please give me a simple, and straightforward python example of sending an
Share
I haven’t tested this, so please forgive any little bugs. It’s based on an example from the Google documentation:
http://code.google.com/appengine/docs/python/mail/sendingmail.html