[ Index ]

PHP Cross Reference of Xoops v2.4.5 code documentation

title

Body

[close]

/class/mail/ -> xoopsmultimailer.php (summary)

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

Defines 1 class

XoopsMultiMailer:: (3 methods):
  XoopsMultiMailer()
  AddrFormat()
  SmtpSend()


Class: XoopsMultiMailer  - X-Ref

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.

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
Open Source related documentation for developers.