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 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 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 to
>> be able to specify to auth the plain text and the HTML versions for all
>> emails - perhaps even pass in path to views (which is what i do in my
>> extensions).
>>
>> cfh
>>
>> On Friday, September 14, 2012 2:25:04 PM UTC-7, Massimo Di Pierro wrote:
>>>
>>> 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 string.


  --
> Resources:
> - http://web2py.com
> - http://web2py.com/book (Documentation)
> - http://github.com/web2py/web2py (Source code)
> - https://code.google.com/p/web2py/issues/list (Report Issues)
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "web2py-users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/web2py/x7NSemz7Jx8/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 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 to 
> be able to specify to auth the plain text and the HTML versions for all 
> emails - perhaps even pass in path to views (which is what i do in my 
> extensions).
>
> cfh
>
> On Friday, September 14, 2012 2:25:04 PM UTC-7, Massimo Di Pierro wrote:
>>
>> 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 string.
>>>
>>>
>>>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 to 
be able to specify to auth the plain text and the HTML versions for all 
emails - perhaps even pass in path to views (which is what i do in my 
extensions).

cfh

On Friday, September 14, 2012 2:25:04 PM UTC-7, Massimo Di Pierro wrote:
>
> 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 string.
>>
>>
>>

-- 





[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 14, 2012 2:25:04 PM UTC-7, Massimo Di Pierro wrote:
>
> 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 string.
>>
>>
>>

-- 





[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 string.
>
>
>

--