Jump to content

change font color within email


aladiyat23

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.