Exemplo n.º 1
0
 protected function getOutboundMailer()
 {
     $mailer = new ZurmoSwiftMailer();
     $mailer->init();
     return $mailer;
 }