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.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
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
|
|||
|
|
|
See this document. This is what you wanted. http://code.google.com/appengine/docs/python/mail/emailmessagefields.html html field of a email message. An HTML version of the body content, for recipients that prefer HTML email. attachments field for email attachments. |
|||
|
|
|
This details some issues with sending HTML email on App Engine: http://code.google.com/p/googleappengine/issues/detail?id=965 |
|||
|