RavSystem API docs

IMailingService

Table of Contents

send()  : void
Sends the email
setMessageType()  : void
Sets type of message to send
setReciever()  : void
Sets mail reciever

Methods

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
Return values
void

Search results