Class: atkMailer
Source Location: /utils/class.atkmailer.inc
Class atkMailer
Class Overview
|
ATK mailer class
This class can be used to send HTML e-mails. This is basically an extension of the PHPMailer class, to override some basic settings. This class also supports a $config_mail_enabled config setting, which can be set to false to disable all outgoing emails. (useful for test environments that shouldn't actually send the mails)
Located in /utils/class.atkmailer.inc [line 41]
Wiki documentation
PHPMailer
|
--atkMailer
Author(s):
Information Tags:
| Version: | $Revision: 6320 $ |
|
Properties
|
Methods
|
Methods
void error_handler(
string
$msg
)
|
|
Override error handler.
Parameters:
|
string |
$msg: |
error message |
string recipientFieldToString(
string
$field
)
|
|
Convert the recipient to a correct string
Parameters: