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

Class: Mail_mail

Source Location: /pear/Mail/mail.php

Class Overview

Mail
   |
   --Mail_mail

internal PHP-mail() implementation of the PEAR Mail:: interface.


Author(s):

Version:

  • $Revision: 1.18 $

Variables

Methods


Inherited Variables

Class: Mail

Mail::$sep

Inherited Methods

Class: Mail

Mail::factory()
Provides an interface for generating Mail:: objects of various types
Mail::send()
Implements Mail::send() function using php's built-in mail() command.

Class Details

[line 26]
internal PHP-mail() implementation of the PEAR Mail:: interface.



Tags:

version:  $Revision: 1.18 $


[ Top ]


Class Variables

$_params =  ''

[line 32]

Any arguments to pass to the mail() function.


Type:   string


[ Top ]



Class Methods


constructor Mail_mail [line 42]

Mail_mail Mail_mail( [array $params = null])

Constructor.

Instantiates a new Mail_mail:: object based on the parameters passed in.




Parameters:

array   $params   Extra arguments for the mail() function.

[ Top ]

method send [line 90]

mixed send( mixed $recipients, array $headers, string $body)

Implements Mail_mail::send() function using php's built-in mail() command.



Tags:

return:  Returns true on success, or a PEAR_Error containing a descriptive error message on failure.
access:  public


Overrides Mail::send() (Implements Mail::send() function using php's built-in mail() command.)

Parameters:

mixed   $recipients   Either a comma-seperated list of recipients (RFC822 compliant), or an array of recipients, each RFC822 valid. This may contain recipients not specified in the headers, for Bcc:, resending messages, etc.
array   $headers   The array of headers to send with the mail, in an associative array, where the array key is the header name (ie, 'Subject'), and the array value is the header value (ie, 'test'). The header produced from those values would be 'Subject: test'.
string   $body   The full text of the message body, including any Mime parts, etc.

[ Top ]


Documentation generated on Sun, 08 Jan 2012 17:51:53 +0100 by phpDocumentor 1.4.3