Problem sending email with Codeigniter - Headers sent in the message body
- by Brian
Having a strange issue with the email class in codeigniter. When I send email directly to my gmail account email address, it works fine. However if I send email to a different email address and use POP3 to import that email address into gmail, then for some reason all the headers are included in the message.
Here's the code for sending the email:
…