e-newsletter problem (urgent)

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
localhost
Forum Commoner
Posts: 43
Joined: Tue Dec 07, 2004 4:52 am
Location: islamabad
Contact:

e-newsletter problem (urgent)

Post by localhost »

i have a site..from which i have created a Html newsletter ..when i send it to yahoo mail it does'nt parse the Html tags rather it is displayed as it is...but hotmail parses it and display the Html graphic version...i have tried the yahoo mail option for unblocking the html graphics but it didn't work...
User avatar
n00b Saibot
DevNet Resident
Posts: 1452
Joined: Fri Dec 24, 2004 2:59 am
Location: Lucknow, UP, India
Contact:

Post by n00b Saibot »

Some sites do not allow external graphics for security/spamming/target-validation reasons. :)
localhost
Forum Commoner
Posts: 43
Joined: Tue Dec 07, 2004 4:52 am
Location: islamabad
Contact:

re:problem

Post by localhost »

But we do receive the e-newsletter from many sites and yahoo mail does show them...
User avatar
Maugrim_The_Reaper
DevNet Master
Posts: 2704
Joined: Tue Nov 02, 2004 5:43 am
Location: Ireland

Post by Maugrim_The_Reaper »

Are you sending the mail as type text/plain or text/html??? Maybe Yahoo will not parse HTML unless it's clearly stated as such in the header...
Post Reply