PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I've been coding in php for a while now and typically I havent had too many problems with it but currently I am working on a mailer function for a site and I'm up against a wall and I wanted to see if anyone else could help me with this:
I am sending an HTML email to the user after they've answered a few questions, however, when they try to open the email they see all the html tags in it and even though I have the headers set up to send in html. Here is my code:
Give http://swiftmailer.org/ a try. Thousands of man hours have been spent building what you're trying to do so it'll probably help you out. Of course you're welcome to diagnose you're problem and it'll probably help you in the long run to fully understand but if you're in a hurry the site I linked you to will help tremendously.