Todo List
mail.php - send notifications and the like
PHP versions 4 and 5
MAIL_FOOTER = ' Regards, '.C_BLOGNAME.', '.C_BLOGURL.' '
MAIL_FROM = '"'.htmlspecialchars(C_BLOGNAME).'"'.' <'.C_EMAIL.'>'
MAIL_HEADER = ' Greetings, You are receiving this notification because you have chosen to receive notifications from '.C_BLOGNAME.'. '
void notify_owner( mixed $subject, mixed $message )
void notify_poster( mixed $to, mixed $subject, mixed $message )