MailTransport
class MailTransport implements TransportInterface
Methods
__construct()
Define the sendmail
path if so
bool
validate()
Validate this transport way
mixed
transport(string $to, string $subject, string $message, string $additional_headers = '', string $additional_parameters = '')
Messages sender : prepare the whole content and send the e-mail
Details
at line 43
__construct()
Define the sendmail
path if so
at line 56
bool
validate()
Validate this transport way
at line 72
mixed
transport(string $to, string $subject, string $message, string $additional_headers = '', string $additional_parameters = '')
Messages sender : prepare the whole content and send the e-mail