When trying to send HTML mail on GAE I get:

>>> mail.send(message='<html>message</html>')
False
Mail.send failure:May not set empty value for 'body'

>>> mail.send(message=('dummy content', html))
True

Reply via email to