aladiyat23 Posted August 8, 2006 Share Posted August 8, 2006 Anyone know a good site for info on sending html emails from a php form? I just want to change the font color of the input fields within the email sent, not on the php form itself. I would also like to find info on the customizing possiblities, like horizontal lines between fields etc. Thanks in advance for any help. Link to comment https://forums.phpfreaks.com/topic/16925-change-font-color-within-email/ Share on other sites More sharing options...
bltesar Posted August 8, 2006 Share Posted August 8, 2006 using the mail function, you should include the following line in your headers: 'Content-type: text/html;'then your message body will be interpreted as html and you can include a style sheet to alter the format.for more info, go to http://us3.php.net/manual/en/function.mail.php Link to comment https://forums.phpfreaks.com/topic/16925-change-font-color-within-email/#findComment-71285 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.