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
Moderator: General Moderators
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