|
| | get_bcc () |
| | Get the message cc recipients.
|
| |
| | get_body_html () |
| | Get the HTML representation of the body, if one was provided.
|
| |
| | get_body_text () |
| | Get the text representation of the body, if one was provided.
|
| |
| | get_cc () |
| | Get the message cc recipients.
|
| |
| | get_recipients () |
| | Get the message recipients.
|
| |
| | get_sender () |
| | Get the message sender.
|
| |
| | get_subject () |
| | Get the message subject.
|
| |
| | has_recipient (string $email) |
| | Whether the message has the specified recipient.
|
| |
◆ get_bcc()
| core\test\message::get_bcc |
( |
| ) |
|
◆ get_body_html()
| core\test\message::get_body_html |
( |
| ) |
|
◆ get_body_text()
| core\test\message::get_body_text |
( |
| ) |
|
◆ get_cc()
| core\test\message::get_cc |
( |
| ) |
|
◆ get_recipients()
| core\test\message::get_recipients |
( |
| ) |
|
◆ get_sender()
| core\test\message::get_sender |
( |
| ) |
|
◆ get_subject()
| core\test\message::get_subject |
( |
| ) |
|
◆ has_recipient()
| core\test\message::has_recipient |
( |
string | $email | ) |
|
Whether the message has the specified recipient.
- Parameters
-
| string | $email | The email address. |
- Return values
-
Implemented in core\test\mailpit_message.
The documentation for this interface was generated from the following file:
- lib/classes/test/message.php