cakephp / 3.2 / class-cake.mailer.mailerawaretrait.html

Trait MailerAwareTrait

Provides functionality for loading mailer classes onto properties of the host object.

Example users of this trait are Cake\Controller\Controller and Cake\Console\Shell.

Method Summary

Method Detail

getMailer()source public

getMailer( string $name , Cake\Mailer\Email $email null )

Returns a mailer instance.

Parameters

string $name
Mailer's name.
Cake\Mailer\Email $email optional null
Email instance.

Returns

Cake\Mailer\Mailer

Throws

Cake\Mailer\Exception\MissingMailerException
if undefined mailer class.

© 2005–2016 The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
http://api.cakephp.org/3.2/class-Cake.Mailer.MailerAwareTrait.html