Notifier class has purpose of sending various notification to users. Primary notification method is email
Located in /application/models/notifier/Notifier.class.php (line 10)
Reset password and send forgot password email to the user
Returns true if exchange compatible config option is set to true
This function will return SMTP connection. It will try to load options from config and if it fails it will use settings from php.ini
Send new message notification to the list of users ($people)
Send new comment notification to message subscriber
Send new account notification email to the user whose accout has been created (welcome message)
This function will prepare email address. It will return $name <$email> if both params are presend and we are not in exchange compatibility mode. In other case it will just return email
Send an email using Swift (send commands)
Milestone has been assigned to the user
Documentation generated on Wed, 23 Jan 2008 01:58:57 +0000 by phpDocumentor 1.4.0