Class XoopsMultiMailer
Mailer Class.
At the moment, this does nothing but send email through PHP "mail()" function, but it has the ability 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: class\mail
Copyright: (c) 2000-2016 XOOPS Project (www.xoops.org)
License: GPL 2 (http://www.gnu.org/licenses/gpl-2.0.html)
Author: Jochen Buennagel job@buennagel.com
Located at lass/mail/xoopsmultimailer.php
Copyright: (c) 2000-2016 XOOPS Project (www.xoops.org)
License: GPL 2 (http://www.gnu.org/licenses/gpl-2.0.html)
Author: Jochen Buennagel job@buennagel.com
Located at lass/mail/xoopsmultimailer.php
public
|
CRLF,
MAX_LINE_LENGTH,
STOP_CONTINUE,
STOP_CRITICAL,
STOP_MESSAGE
|
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. |
#
''
|