PHP Class Bluz\Proxy\Mailer

Example of usage use Bluz\Proxy\Mailer; $mail = Mailer::create(); $mail->From = '[email protected]'; $mail->Subject = 'Here is the subject'; ... Mailer::send($mail);
See also: Instance::create()
See also: Instance::send()
Author: Anton Shevchuk
Inheritance: use trait ProxyTrait
Datei anzeigen Open project: bluzphp/framework Class Usage Examples

Protected Methods

Method Description
initInstance ( ) : Bluz\Mailer\Mailer Init instance

Method Details

initInstance() protected static method

Init instance
protected static initInstance ( ) : Bluz\Mailer\Mailer
return Bluz\Mailer\Mailer