Interface Phpfox_Mail_Interface

Description

Email Driver Template

  • author: Raymond Benc
  • version: $Id: interface.class.php 1687 2010-07-22 03:13:27Z Raymond_Benc $
  • copyright: [PHPFOX_COPYRIGHT]

Located in /include/library/phpfox/mail/interface.class.php (line 16)


	
			
Method Summary
 bool send (mixed $mTo, string $sSubject, string $sTextPlain, string $sTextHtml, [string $sFromName = null], [string $sFromEmail = null])
Methods
send (line 29)

Sends out an email.

  • return: TRUE on success, FALSE on failure.
  • access: public
bool send (mixed $mTo, string $sSubject, string $sTextPlain, string $sTextHtml, [string $sFromName = null], [string $sFromEmail = null])
  • mixed $mTo: Can either be a persons email (STRING) or an ARRAY of emails.
  • string $sSubject: Subject message of the email.
  • string $sTextPlain: Plain text of the message.
  • string $sTextHtml: HTML version of the message.
  • string $sFromName: Name the email is from.
  • string $sFromEmail: Email the email is from.

Documentation generated on Tue, 28 Sep 2010 10:36:40 +0200 by phpDocumentor 1.4.0a2