casey_00 Posted April 30, 2007 Share Posted April 30, 2007 hey was wondering what i have to add to get the email sending as html instead of just text... all working fine but when i add html tags it comes through too. any help? eg <strong>Name</strong> : test <strong>Company</strong>: none <strong>Email</strong> : [email protected] <strong>Subject</strong> : test <strong>Message</strong>: test Link to comment https://forums.phpfreaks.com/topic/49287-transforming-text-form-to-html/ Share on other sites More sharing options...
obsidian Posted April 30, 2007 Share Posted April 30, 2007 Simply including HTML tags is not enough. You must actually change the Content-type of the email and the encoding to one which will support the HTML characters. Do a Google search for "send html email in php" or similar, and you will find some good resources. Here is one from Zend. Link to comment https://forums.phpfreaks.com/topic/49287-transforming-text-form-to-html/#findComment-241505 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.