Page 1 of 1

Mail

Posted: Wed May 11, 2005 11:26 pm
by vivekjain
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

Posted: Thu May 12, 2005 12:09 am
by Skara
check your spam box. If the email will send with one To:, it will send from another. The problem lies in the recieving end.

Mail

Posted: Thu May 12, 2005 12:15 am
by vivekjain
Checked the spam box, havent received it. Is there any php.ini setting or IIS setting?

Posted: Thu May 12, 2005 1:58 am
by Skara
... as I stated above, if it sends to one addy it will send to another. There's nothing wrong with the program, it's the end user. -_-'

Posted: Thu May 12, 2005 7:06 am
by John Cartwright
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.

Show us some code.