IMessage
extends
IMessage
in
Tags
Table of Contents
Methods
- getBccs() : array<string|int, mixed>
- getBody() : string|null
- Gets the body of the message. String if it has been set / initialized, null otherwise.
- getCcs() : array<string|int, mixed>
- getMessageId() : string
- Gets the Message-ID header value for this email
- getReplyTos() : array<string|int, mixed>
- setBody() : mixed
- Sets the body of the message.
Methods
getBccs()
public
getBccs() : array<string|int, mixed>
Return values
array<string|int, mixed>getBody()
Gets the body of the message. String if it has been set / initialized, null otherwise.
public
getBody() : string|null
Return values
string|nullgetCcs()
public
getCcs() : array<string|int, mixed>
Return values
array<string|int, mixed>getMessageId()
Gets the Message-ID header value for this email
public
getMessageId() : string
Return values
stringgetReplyTos()
public
getReplyTos() : array<string|int, mixed>
Return values
array<string|int, mixed>setBody()
Sets the body of the message.
public
setBody(string $body) : mixed
Parameters
- $body : string