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 tried SwiftMailer also..It is behaving strange. From my local it is sending mails correctly using smtp mail.anisoftcorporation.com but whenever I am running the sam script from anisoftcorporation.com server it is not sending mails
I am in a deadlock situation
Please help