Class icms_messaging_EmailHandler
Mailer Class.
- PHPMailer\PHPMailer\PHPMailer
- icms_messaging_EmailHandler
Package: Core\Mail
Category: ICMS
Copyright: copyright (c) 2000-2003 The XOOPS Project (http://www.xoops.org)
License: GNU General Public License (GPL)
Author: Jochen B��nagel jb@buennagel.com
Located at messaging/EmailHandler.php
Category: ICMS
Copyright: copyright (c) 2000-2003 The XOOPS Project (http://www.xoops.org)
License: GNU General Public License (GPL)
Author: Jochen B��nagel jb@buennagel.com
Located at messaging/EmailHandler.php
public
|
|
public
string
|
#
AddrFormat( string $addr )
Formats an address correctly. This overrides the default addr_format method which does not seem to encode $FromName correctly |
public
|
|
public
|
|
public
|
public
string
|
$From
"from" address |
#
""
|
public
string
|
$FromName
"from" name |
#
""
|
public
string
|
$Mailer
Method to be used when sending the mail. |
#
"mail"
|
public
string
|
$Sendmail
set if $Mailer is "sendmail" |
#
"/usr/sbin/sendmail"
|
public
string
|
$Host
SMTP Host. |
#
""
|
public
string
|
$SMTPSecure
Sets connection prefix. Options are "", "ssl" or "tls" |
#
""
|
public
boolean
|
$SMTPAuth
Does your SMTP host require SMTPAuth authentication? |
#
FALSE
|
public
string
|
$Username
Username for authentication with your SMTP host. |
#
""
|
public
string
|
$Password
Password for SMTPAuth. |
#
""
|
public
boolean
|
$Port
Sets default SMTP Port to use? |
#
25
|