a strange problem with Hotmail
Hi all,I don't know what's going on with my mail server. When trying to send through php mail() function to [b]any hotmail account[b] then It won't be received but all other mail servers for example Yahoo are OK !!
I added some commands to the .bashrc file just to alert me if there is a root access
Code:
echo 'ALERT - Root Shell Access (server2.arabskingdom.net) on:' `date` `who` | mail -s "Alert: Root Access from `who | cut -d"(" -f2 | cut -d")" -f1`" myemail@hotmail.com

Nevertheless, when I type the same command in the terminal I get nothing !!
Code:
echo 'Test Email' | mail -s "test subject" myemail@hotmail.com
Is there a problem with php mail() function? No, because I can send to any other mail server other than hotmail!
any help is really appreciated
thanks in advace