Mail_mimeDecode - Example Mail_Mime::addAttachment()

Mail_Mime

PEAR Manual


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"



Mail_mimeDecode - Example Mail_Mime::addAttachment()

Mail_Mime

PEAR Manual