Class Deliver_SendMail

Description

Delivers messages using the sendmail binary

  • author: Marc Groot Koerkamp

Located in /class/deliver/Deliver_SendMail.class.php (line 25)

Deliver
   |
   --Deliver_SendMail
Variable Summary
Method Summary
void Deliver_SendMail ([mixed $params = array()])
boolean finalizeStream (resource $stream)
resource initStream (Message $message, string $sendmail_path)
Variables
string $sendmail_args = '-i -t' (line 39)

Extra sendmail arguments

Parameter can be set in class constructor function.

WARNING: Introduction of this parameter broke backwards compatibility with workarounds specific to qmail-inject.

If parameter needs some security modifications, it should be set to private in PHP 5+ in order to prevent uncontrolled access.

  • since: 1.5.1
string $sendmail_command = '' (line 47)

Stores used sendmail command Private variable that is used to inform about used sendmail command.

  • since: 1.5.1
Methods
Constructor Deliver_SendMail (line 56)

Constructor function

  • since: 1.5.1
void Deliver_SendMail ([mixed $params = array()])
finalizeStream (line 111)

Closes process handle.

  • access: public
boolean finalizeStream (resource $stream)
  • resource $stream
initStream (line 92)

function initStream

Initialise the sendmail connection.

  • access: public
resource initStream (Message $message, string $sendmail_path)
  • Message $message: Message object containing the from address
  • string $sendmail_path: Location of sendmail binary

Redefinition of:
Deliver::initStream()
function initStream - reserved for extended functionality

Inherited Methods

Inherited From Deliver

Deliver::calculate_references()
Deliver::clean_crlf()
Deliver::foldLine()
Deliver::getBCC()
Deliver::initStream()
Deliver::ip2hex()
Deliver::mail()
Deliver::mimeBoundary()
Deliver::prepareMIME_Header()
Deliver::prepareRFC822_Header()
Deliver::preWriteToStream()
Deliver::strip_crlf()
Deliver::timezone()
Deliver::writeBody()
Deliver::writeBodyPart()
Deliver::writeToStream()

Documentation generated on Sat, 07 Oct 2006 16:10:37 +0300 by phpDocumentor 1.3.0RC6