Procedural File: mail.php

Source Location: /bblog/inc/mail.php ( Revision Log )

Page Details

mail.php - send notifications and the like

PHP versions 4 and 5

License:  GNU General Public License
Copyright:  The bBlog Project, http://www.bblog.com/
Version:  $Id: $
Author:  Eaden McKee - <email@eadz.co.nz> - last modified by $LastChangedBy: $
Constants
MAIL_FOOTER  [line 22]

MAIL_FOOTER = ' Regards, '.C_BLOGNAME.', '.C_BLOGURL.' '

[ Top ]

MAIL_FROM  [line 24]

MAIL_FROM = '"'.htmlspecialchars(C_BLOGNAME).'"'.' <'.C_EMAIL.'>'

[ Top ]

MAIL_HEADER  [line 20]

MAIL_HEADER = ' Greetings, You are receiving this notification because you have chosen to receive notifications from '.C_BLOGNAME.'. '
Information Tags:
Todo:  xushi: we could use bblogMailer class here

[ Top ]


Functions
notify_owner  [line 27]

void notify_owner( mixed $subject, mixed $message  )


[ Top ]
notify_poster  [line 37]

void notify_poster( mixed $to, mixed $subject, mixed $message  )


[ Top ]