Documentation

IMessage extends IMessage

Tags
author

Ramone Burrell ramone@ramoneburrell.com

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|null

getCcs()

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
string

getReplyTos()

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

        
On this page

Search results