Class Mailer
The Mailer class is meant to simplify the task of sending emails to users. Note: this email system will not work if your server is not setup to send mail.
Package: Mailer
Category: Login
Copyright: 2007-2014 Henri Schumacher
License: GNU Affero General Public License v3
Author: Jpmaster77 a.k.a. The Grandmaster of C++ (GMC)
Author: Henri Schumacher <henri.hulski@gazeta.pl>
Located at include/classes/login/mailer.php
Category: Login
Copyright: 2007-2014 Henri Schumacher
License: GNU Affero General Public License v3
Author: Jpmaster77 a.k.a. The Grandmaster of C++ (GMC)
Author: Henri Schumacher <henri.hulski@gazeta.pl>
Located at include/classes/login/mailer.php
public
boolean
|
#
sendWelcome( string $user, string $email, string $pass )
sendWelcome - Sends a welcome message to the newly registered user, also supplying the username and password. |
public
boolean
|
#
sendWelcomePass( string $user, string $email, string $pass )
sendWelcomePass - Sends a welcome message to the newly registered user, sending a generated password and supplying the username. |
public
boolean
|
#
sendNewPass( string $user, string $email, string $pass )
sendNewPass - Sends the newly generated password to the user's email address that was specified at sign-up. |
public
string
|
#
mail_header_escape( string $header )
mail_header_escape - encode the header with 'quoted-printable', so that also non US-ASCII letters can be transmitted. |
public
boolean
|