Re: [web2py] Re: Plain Text and HTML Email with auth.messages.verify_email

2015-06-24 Thread Mark Li
Hey Falko, I went with plain text email at first, but now everything is HTML email. Sorry I can't really help you out here! On Sat, Jun 20, 2015 at 4:10 PM, Falko Delarue wrote: > how did you do it? could you please explain ┐(・。・┐) ♪ > > > On Saturday, September 15, 2012 at 1:17:50 AM UTC+2, c

[web2py] Re: Plain Text and HTML Email with auth.messages.verify_email

2015-06-20 Thread Falko Delarue
how did you do it? could you please explain ┐(・。・┐) ♪ On Saturday, September 15, 2012 at 1:17:50 AM UTC+2, c h wrote: > > for what it's worth i have re-implemented some of the auth functions that > send mail so that i can send both plain text and HTML emails (i don't read > email in HTML so i st

[web2py] Re: Plain Text and HTML Email with auth.messages.verify_email

2012-09-14 Thread howesc
for what it's worth i have re-implemented some of the auth functions that send mail so that i can send both plain text and HTML emails (i don't read email in HTML so i still like plain text versions). i'm not sure how many people are left who are like meif there are enough it would be great

[web2py] Re: Plain Text and HTML Email with auth.messages.verify_email

2012-09-14 Thread Mark Li
Sorry I should've been more specific in my question. I wanted to know if you could combine plain text and html emails with auth.messages.verify_email like you can with the following: mail.send('y...@example.com', 'Message subject', ('Plain text body', 'html body')) On Friday, September 1

[web2py] Re: Plain Text and HTML Email with auth.messages.verify_email

2012-09-14 Thread Massimo Di Pierro
If the email text looks like '' it should be send as html. On Friday, 14 September 2012 12:12:21 UTC-5, Mark Li wrote: > > Is it possible to send both Plain Text and HTML Emails with > auth.messages.verify_email? From the book, it seems > auth.messages.verify_email only accepts a single stri