Yahoo Anti Spam issue - Has to do with php mail() ?

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
User avatar
rolanddev
Forum Newbie
Posts: 9
Joined: Mon Jul 05, 2010 12:28 pm
Location: Bucharest

Yahoo Anti Spam issue - Has to do with php mail() ?

Post by rolanddev »

I noticed that Yahoo recognizes Account Confirmation Email as spam and marks them as spam.
This is not a good fact considering that the majority of us try to avoid Spam/Junk Marked Email Messages.

My question is:
What can i do to avoid Yahoo or other Email providers from marking my valid emails as Spam and has this thing to do something with the Php mail() function or the $message content?
Please help me to overtake this problem.
Thank you!
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: Yahoo Anti Spam issue - Has to do with php mail() ?

Post by califdon »

I think you will need to contact Yahoo Tech Support and hope you get a Tech who understands the problem. First you have to determine why their incoming mail server is classifying your confirmations as spam. Until you know that, there is nothing you can do.
Post Reply