Hi
i am using simple mail function to send mail on my hotmail/gmail/yahoo id, but the email is not reaching at my required designated hotmail or gmail id.
here is the simple code
which i am using
$subject="test mail";
$message="this is test message";
mail('xyz@hotmail.com', $subject, $message);
my site is hosted on the linux system
Path to sendmail : usr/sbin/sendmail -t -i
thanx