|
| __construct ( $params=[]) |
|
| get ( $params=null, $filename=null, $skip_head=false) |
|
| headers (array $xtra_headers=null, $overwrite=false, $skip_content=false) |
|
| setHTMLBody ( $data, $isfile=false) |
|
| setTXTBody ( $data, $isfile=false, $append=false) |
|
Definition at line 48 of file mail.php.
◆ __construct()
Mail_mime::__construct |
( |
| $params = [] | ) |
|
- Parameters
-
Definition at line 52 of file mail.php.
◆ get()
Mail_mime::get |
( |
| $params = null, |
|
|
| $filename = null, |
|
|
| $skip_head = false ) |
- Parameters
-
array | null | $parms | |
mixed | $filename | |
bool | $skip_head | |
- Returns
- string|bool|PEAR_Error
Definition at line 78 of file mail.php.
◆ headers()
Mail_mime::headers |
( |
array | $xtra_headers = null, |
|
|
| $overwrite = false, |
|
|
| $skip_content = false ) |
- Parameters
-
array | null | $xtra_headers | |
bool | $overwrite | |
bool | $skip_content | |
- Returns
- array
Definition at line 87 of file mail.php.
◆ setHTMLBody()
Mail_mime::setHTMLBody |
( |
| $data, |
|
|
| $isfile = false ) |
- Parameters
-
- Returns
- bool|PEAR_Error
Definition at line 69 of file mail.php.
◆ setTXTBody()
Mail_mime::setTXTBody |
( |
| $data, |
|
|
| $isfile = false, |
|
|
| $append = false ) |
- Parameters
-
string | $data | |
bool | $isfile | |
bool | $append | |
- Returns
- bool|PEAR_Error
Definition at line 61 of file mail.php.
The documentation for this class was generated from the following file: