Posted on Monday 8th September 2008 at 10:30 PM
how can I make when a user receives an pm he gets an email that he received a new message?
$mail = mail("EMAIL TO SEND TO", "EMAIL TITLE", "EMAIL BODY", "From: EMAIL ADDRESS");
$mail = mail("$logged[email]", "Hey there!", "Just a message from this site. HELLO! No need for <br> in here because it automatically does that for you everytime you space!", "From: noreply@sodadome.com");