Mail_Mime::get() (Previous) (Next) Mail_Mime::setHTMLBody()

View this page in Last updated: Sun, 17 Aug 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

Mail_Mime::headers()

Mail_Mime::headers() -- build the header lines

Description

Returns an array with the headers needed to prepend to the email (MIME-Version and Content-Type). Please note that the function get() has to be called before calling headers().

Parameter

  • array $headerEx - Additional headers, the format of the argument is $array["header-name"] = "header-value"

  • boolean $overwrite - Overwrite already existing headers. When FALSE, the values already set are kept.

Return value

array - an associative array with the mime headers and the additional headers. The return value can directly passed to the second parameter of Mail::send().

Note

This function can not be called statically.

Warning

Mail_Mime::headers() has to be called after Mail_Mime::get().

Mail_Mime::get() (Previous) (Next) Mail_Mime::setHTMLBody()

Download Documentation Last updated: Sun, 17 Aug 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
Note by: Stephen Dewey
Note that although this page omits it, you should still add the To field explicitly using this function.