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>html body</html>'))




On Friday, September 14, 2012 2:25:04 PM UTC-7, Massimo Di Pierro wrote:
>
> If the email text looks like '<html>....</html>' 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.
>>
>>
>>

-- 



Reply via email to