IMailingService
in
Table of Contents
- send() : void
- Sends the email
- setMessageType() : void
- Sets type of message to send
- setReciever() : void
- Sets mail reciever
Methods
send()
Sends the email
public
send() : void
Tags
Return values
void —setMessageType()
Sets type of message to send
public
setMessageType(string $type) : void
Parameters
- $type : string
Return values
void —setReciever()
Sets mail reciever
public
setReciever(User $user) : void
Parameters
- $user : User