Class XoopsMultiMailer
Xoops MultiMailer Base Class
Mailer Class.
At the moment, this does nothing but send email through PHP's "mail()" function, but it has the abiltiy to do much more.
If you have problems sending mail with "mail()", you can edit the member variables to suit your setting. Later this will be possible through the admin panel.
- PHPMailer
- XoopsMultiMailer
Package: MultiMailer
Category: Xoops\Class\Cache\MultiMailer
Copyright: 2013 XOOPS Project (http://xoops.org)
License: GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
Author: Author: Jochen Bünnagel job@buennagel.com
Version: $Id$
Since: 2.6.0
Link: http://xoops.org
Located at lass/xoopsmultimailer.php
Category: Xoops\Class\Cache\MultiMailer
Copyright: 2013 XOOPS Project (http://xoops.org)
License: GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
Author: Author: Jochen Bünnagel job@buennagel.com
Version: $Id$
Since: 2.6.0
Link: http://xoops.org
Located at lass/xoopsmultimailer.php
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
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. |
#
''
|