interface MessageInterface (View source)

Represents a simple Message. A Message is a storage of a message that will be converted into an API call

Methods

getFrom()

No description

getTo()

No description

getCc()

No description

IdentityInterface[]|$string
getBcc()

No description

string
getSubject()

No description

string
getReplyTo()

No description

array
getHeaders()

No description

string
getHtml()

No description

string
getText()

No description

Details

IdentityInterface|string getFrom()

Return Value

IdentityInterface|string

IdentityInterface[]|string getTo()

Return Value

IdentityInterface[]|string

IdentityInterface[]|string getCc()

Return Value

IdentityInterface[]|string

IdentityInterface[]|$string getBcc()

Return Value

IdentityInterface[]|$string

string getSubject()

Return Value

string

string getReplyTo()

Return Value

string

array getHeaders()

Return Value

array

string getHtml()

Return Value

string

string getText()

Return Value

string