This is phrase for pm notification:
Code:
Dear $touserinfo[username], You have received a new private message at
$vboptions[bbtitle] from $fromusername. Please click here to log in and read it:
$vboptions[bburl]/private.php All the best, $vboptions[bbtitle]
-------------------- To stop receiving this email, please visit this url:
$vboptions[bburl]/register.php?do=deleteactivation&u=2762&i=
But if you send that to someone from admin panel he is gonna get exactly the same thing you sent. Because code that can be used in admin emails is restricted to:
Code:
In the message, you may use $userid, $username, $email, $activateid, and $activatelink.
And even if that was possible that wouldn't help for from field. I think that is defined in /admincp/email.php but looking at that file didn't help me much.