previousMail_mimeDecode - Example (Previous) (Next) Mail_Mime::addAttachment()next

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Mail_Mime::Mail_Mime()

Mail_Mime::Mail_Mime() – creates a new instance

Synopsis

require_once 'Mail/mime.php';

Mail_mime Mail_mime ( string $crlf = "\r\n" )

Description

Creates a new instance of Mail_Mime

Parameter

  • string $crlf - the type of line end to use.

Note

Normally, it is not necessary to set the $crlf parameter. But, if you want to send the generated MIME message using Mail then you have to set $crlf to "\n"

previousMail_mimeDecode - Example (Previous) (Next) Mail_Mime::addAttachment()next

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.