PLS Help:PHP Mail PEAR mail going to SPAM

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
anirbanb2004
Forum Newbie
Posts: 23
Joined: Sun Oct 15, 2006 4:21 pm

PLS Help:PHP Mail PEAR mail going to SPAM

Post by anirbanb2004 »

Hi All,
I am having a strange problem. I am using PHP MAil PEAR for sending mails.
It is going fine even if the content is having normal url like http://www.example.com/activate.php
But whenver I am appending some request parameter to the url like http://www.example.com/activate.php?uname=anirbanb2004 the mail is going to SPAM.
I tested in Gmail. Please do let me know if any one faced same kind of issue and if any solution or alternate way to do the same

I am in a deadlock situation :(
Please help
User avatar
jackpf
DevNet Resident
Posts: 2119
Joined: Sun Feb 15, 2009 7:22 pm
Location: Ipswich, UK

Re: PLS Help:PHP Mail PEAR mail going to SPAM

Post by jackpf »

viewtopic.php?f=1&t=103662 might be worth a read :)
Post Reply