You must set the mimetypes of outgoing email, I do not believe the
current mailer supports this...

Checkout the code on the wiki

http://wiki.web2py.com/Sending_Email_with_Plain_Text_HTML_Versions_plus_Attachments

--
Thadeus





On Tue, May 18, 2010 at 4:07 AM, Jon Romero <darks...@gmail.com> wrote:
> It seems that I cannot send emails as html (they are displaying as
> text).
>
> mail = Mail()
> mail.settings = ...
> mail.send(to=user.email, subjest=subject, message=(message_text,
> message_html))
>
> Any clues?
>

Reply via email to