Sending HTML E-mail
Sending HTML E-mail
Out of context: Reply #4
- Started
- Last post
- 6 Responses
- unknown0
Make sure that all images and content from your html email point to your web server so the user actually receives text directly and all other elements are downloaded from your server.
One example of creating a simple HTML e-mail is to create the page in Dreamweaver for example and then copy and paste the code into Outlook new mail message...but make sure you are doing it in the source of the new mail message not the body itself.
The other way is to generate HTML emails from PHP, ASP or similar back-end scripting languages.
Hope this helped a bit.