\TriTan\InterfacesMailerInterface

Summary

Methods
Constants
mail()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

mail()

mail(string  $to, string  $subject, mixed  $message, mixed  $headers = '', mixed  $attachments = array()) : mixed

Send mail, similar to PHP's mail function.

Parameters

string $to

Array or comma-separated list of email addresses to send message.

string $subject

Subject of the email.

mixed $message

The body of the email.

mixed $headers

Email headers sent.

mixed $attachments

Attachments to be sent with the email.

Returns

mixed