$emailService
$emailService : \SimpleEmailService
SimpleEmailService
functionality to send email
createMessage(mixed $recipients = array(), mixed $cc = array(), mixed $bcc = array(), mixed $reply = array(), string $text = '', string $html = '') : \Pivot\Email\SimpleEmailServiceMessage
Create a new message.
Emails can be in format:
mixed | $recipients | |
mixed | $cc | |
mixed | $bcc | |
mixed | $reply | |
string | $text | |
string | $html |