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!
Hi,
I am trying to send an email using PHP. The issue is, when I give a yahoo or a hotmail mail id as "To" address, the mail is being sent, but if I give my company's email id, the mail is not being sent. It doesnt give an error, but I am receiving the mail. For eg. name@companyname.com, doesnt work Can anyone suggest me a solution? thanks
Some filters are more greedy than others. For example, make sure you are sending all the required headers. There are many threads discussion emailing problems. I am sure yours isnt much different.