Sending HTML E-mail
- Started
- Last post
- 6 Responses
- jedi_12
Does anybody no how to send an HTML email. Client wants to put out a newsletter. Can anyone please tell me how to do this
- Nirvous0
Make the html page less than 600 wide. Send the page and include a link in text format for those that use text mail. Avoid tables.
- oceanart0
I'm having the same problem...
Have read the link. Any other better ways than using Unix mailer programme???
- 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.
- ********0
http://home.hccnet.nl/s.j.franck…
Very good windows based mailer.
Be carefull using outlook/eudora etc... if sending to many address you want it to go blind at least.
- unknown0
that's what I use, to send HTML emails, also does great tracking of who opens the email, and what they click on.