MailInterface
in
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
build()
Build email
public
build() : MailInterface
Return values
MailInterfacefrom()
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
selfgetFrom()
Get from address email, name
public
getFrom() : mixed
getMessage()
Get Email message instance
public
getMessage() : Email