phpCoreLib2
[ class tree: phpCoreLib2 ] [ index: phpCoreLib2 ] [ all elements ]

Class: DSimplePHPMailing

Source Location: /Mails/DSimplePHPMailing.php

Class Overview

DObject
   |
   --DMailingAbstract
      |
      --DSimplePHPMailing

Base PHP Mailing class


Methods


Inherited Constants

Inherited Variables

Inherited Methods

Class: DMailingAbstract

DMailingAbstract::DMailingAbstract()
Constructor
DMailingAbstract::AddAddress()
Adds a "To" address.
DMailingAbstract::AddBCC()
Adds a "Bcc" address. Note: this function works with the SMTP mailer on win32, not with the "mail" mailer.
DMailingAbstract::AddCC()
Adds a "Cc" address. Note: this function works with the SMTP mailer on win32, not with the "mail" mailer.
DMailingAbstract::AddReplyTo()
Adds a "Reply-To" address.
DMailingAbstract::HeaderLine()
DMailingAbstract::_errorHandling()
Handling returned error

Class: DObject

DObject::__construct()
Constructor
DObject::debug()
Debig
DObject::getClassMembers()
Gets member variables of the instance
DObject::getClassMemberType()
Gets class member type
DObject::getClassMethods()
Gets classes of the class
DObject::getClassName()
Gets class name
DObject::PHPSerialize()
Gets serialized string of the class
DObject::trace()
Trace
DObject::__destruct()
Descructor
DObject::__toString()
Returns String equivalent of the object.

Class Details

[line 16]
Base PHP Mailing class



[ Top ]


Class Methods


static method mail [line 38]

static boolean mail( string $to, [string $subject = null], [string $body = null], [string $headers = null])

Mail



Tags:

return:  o True on success o False on error
access:  public


Parameters:

string   $to  
string   $subject  
string   $body  
string   $headers  

[ Top ]

constructor DSimplePHPMailing [line 23]

DSimplePHPMailing DSimplePHPMailing( )

Constructor



Tags:

access:  public


[ Top ]


Documentation generated on Sat, 17 Apr 2010 22:11:46 +0300 by phpDocumentor 1.4.3