HTML email creation
HTML email creation
Out of context: Reply #27
- Started
- Last post
- 34 Responses
- unfittoprint0
email clients like Outlook display CSS. But some HTTP email clients woill not display it [I think it already allows CSS display in the email html tags].
Just as a precaution one should use the most available standards. Create an hotmail/yahoo account and use them to test them.
One other [very important] thing: If you're using php [or asp] to send the mail you'll have to include even the not so important Headers [reply-path, MIME-Version, etc...] or it will eventually end up in Junk/Spam Mail folder. Check the User Contributed Notes for some good advice: