LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   html newsletter sending problem (https://www.linuxquestions.org/questions/programming-9/html-newsletter-sending-problem-280768/)

anuragdarvekar 01-22-2005 03:54 AM

html newsletter sending problem
 
i had create a newsletter in html format but unable to sending it to my customers, they are getting only the html code itself.

rjlee 01-22-2005 05:11 AM

You need to use MIME headers to set the content-type to text/html. (Search www.rfc-editor.org for MIME). How you do this depends on how you are constructing your email message and how you are sending it.

And preferably include a plain-text version of the newsletter as well, for those who don't want to run the inherent risks from HTML email.


All times are GMT -5. The time now is 06:28 AM.