Mail_Mime::get()

Mail_Mime::get() -- メッセージ構築

概要

require_once 'Mail/Mime.php';

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

説明

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

パラメータ

返り値

string - メッセージ本文です。

注意

この関数は、スタティックにコールする ことはできません。

参照

Mail_Mime::headers()