How do I format an email for Gmail?

Posted by Ethan on Stack Overflow See other posts from Stack Overflow or by Ethan
Published on 2010-05-17T18:14:22Z Indexed on 2010/05/17 18:20 UTC
Read the original article Hit count: 332

Hey, I'm sending out an email using codeigniter's built in library. All I'm trying to do is send a bolded string, but instead of rendering the tags, it is printing them. What I have:

<html>
 <head>
 </head>
 <body>
 <b>Donkey</b>
 </body>
 </html>

That is, character for character, the email I'm getting. Why aren't the tags rendering?

Thanks for your help!

© Stack Overflow or respective owner

Related posts about email

Related posts about gmail