PHP SMTP Mail PEAR help 3rd post

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

PHP SMTP Mail PEAR help 3rd post

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 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 dying help some one :banghead:

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: PHP SMTP Mail PEAR help 3rd post

Post by jackpf »

Stop double posting ffs. To put it in the subject as well is just blatant ignorance.
Post Reply