HTML color style not showing up message
I am using HTML editor 3.02 I have a one page that has a form to that is used to email members of our club. the form action is set to go to another page to send the email message. I am using PHPmailer with Amazon SES to send the message. If I use a color it does not show in the message. It does show in the source of the message but not the message. I am using $_POST to pass the field from one page to the other. Any suggestions?


How are you adding the color? Most likely the color is added as a CSS class, and the .css file can't be referenced from the email message.
