Mail_Mime::get()

Mail_Mime::get() -- build the message

Synopsis

require_once 'Mail/Mime.php';

string &get (array [$param = NULL])

Description

This function should be called once you have added the text/html/images/attachments. It builds the message and returns it. It does not send it. To send what this function returns (in conjunction with the headers() -function) you would need to use the Mail::send()-function

Parameter

Return value

string - the body of the message

Note

This function can not be called statically.

See

Mail_Mime::headers()