Closed alfonsodg closed 10 years ago
From richar...@gmail.com on November 07, 2010 18:54:43
When trying to send HTML mail on GAE I get:
mail.send(message='message') False Mail.send failure:May not set empty value for 'body' mail.send(message=('dummy content', html)) True
mail.send(message='message') False Mail.send failure:May not set empty value for 'body'
mail.send(message=('dummy content', html)) True
Seems the problem is GAE expects text to have content, even though it is not used:
gluon/tools.py: elif message.strip().startswith('<html') and message.strip().endswith('
From richar...@gmail.com on November 07, 2010 18:54:43
When trying to send HTML mail on GAE I get:
Seems the problem is GAE expects text to have content, even though it is not used:
gluon/tools.py: elif message.strip().startswith('<html') and message.strip().endswith('