| [ Index ] |
PHP Cross Reference of Xoops v2.4.5 code documentation |
[Source view] [Print]
Xoops MultiMailer Base Class You may not change or alter any portion of this comment or credits of supporting developers from this source code or any supporting source code which is considered copyrighted (c) material of the original comment or credit authors. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
| Author: | Author: Jochen Büînagel (job@buennagel.com) |
| Copyright: | The XOOPS Project http://sourceforge.net/projects/xoops/ |
| License: | http://www.fsf.org/copyleft/gpl.html GNU public license |
| Version: | $Id: xoopsmultimailer.php 4897 2010-06-19 02:55:48Z phppp $ |
| File Size: | 273 lines (9 kb) |
| Included or required: | 0 times |
| Referenced: | 1 time |
| Includes or requires: | 1 file class/mail/phpmailer/class.phpmailer.php |
XoopsMultiMailer:: (3 methods):
XoopsMultiMailer()
AddrFormat()
SmtpSend()
Class: XoopsMultiMailer - X-Ref
Mailer Class.| XoopsMultiMailer() X-Ref |
| Constuctor return: void |
| AddrFormat($addr) X-Ref |
| Formats an address correctly. This overrides the default addr_format method which does not seem to encode $FromName correctly return: string |
| SmtpSend($header, $body) X-Ref |
| Sends mail via SMTP using PhpSMTP (Author: Chris Ryan). Returns bool. Returns false if there is a bad MAIL FROM, or DATA input. Rebuild Header if there is a bad RCPT return: bool |
| Generated: Sun Aug 1 01:39:09 2010 |