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!
it works fine for the mail id's like yahoo,gmail,rediff,... but it is not working for the mail id of my company, like maheshkumar.davuluri@bipsum.com.
can any body please help me in this regard.
thanks in advance
Last edited by RobertGonzalez on Sat May 10, 2008 12:29 pm, edited 1 time in total.
Reason:Fixed no bbcode tag problem
Yes, exactly that is what is my problem. I need to upload the web application with php script in 'ftp'. mail works perfectly with yahoomail,gmail,e.t.c., but it is unable to send it to its own id which is bipsum id. provided there r no errors in sending the mail but not appears neither in the inbox nor spam.
FTP has nothing to do with this at all. If the script is working to send emails to Yahoo and Gmail and those mails are making it through then their is more than likely a problem with you spam rules on the mail server.
maheshkumar, I've had a similar problem and I don't know if this is what's happening to you, but if your mail server is NOT the same server as your webhost, if your mail daemon is still turned ON on the webhost server, it'll capture any outgoing mail to the webhost domain because it tries to deliver it internally.
We have a mail server in our office, but our webhost has a Plesk control panel that we had to log into and turn off the mail services. Once we did that, all mail to our domain went through fine.