need Help! in sending mail/
Posted: Sat Feb 02, 2008 6:42 am
i need for send email. pls, the mail function confirm that i already sent teh message but unfortunately i check my mail, i never found any mails, from my mail function
Code: Select all
$mail = mail('toany@where.com','firstmessage','meycontent','from:webmaster@info.com');
if($mail) {echo 'message is sent';}
//will output message sent, but i nver found in my mail, ! thanks for the help