Example #1
0
 public function __construct()
 {
     $smtp = Config::getField('SMTP');
     $this->transport = \Swift_SmtpTransport::newInstance($smtp['host'], $smtp['port']);
 }