if ($firstpostinfo[emailonpm]) { eval("\$emailmsg = \"".gettemplate("email_pmreceived",1,0)."\";"); eval("\$emailsubject = \"".gettemplate("emailsubject_pmreceived",1,0)."\";"); mail($firstpostinfo[email],$emailsubject,$emailmsg,"From: \"$bbtitle Mailer\" <$webmasteremail>"); }