Arikaim CMS

MailInterface

Mail interface

Table of Contents

Methods

build()  : MailInterface
Build email
from()  : self
Set from
getFrom()  : mixed
Get from address email, name
getMessage()  : Email
Get Email message instance

Methods

from()

Set from

public from(string|array<string|int, mixed> $email[, string|null $name = null ]) : self
Parameters
$email : string|array<string|int, mixed>
$name : string|null = null
Return values
self

getFrom()

Get from address email, name

public getFrom() : mixed

getMessage()

Get Email message instance

public getMessage() : Email
Return values
Email

        
On this page

Search results