コード例 #1
0
ファイル: EmailHelper.php プロジェクト: sandeep1027/zurmo_
 protected function getOutboundMailer()
 {
     $mailer = new ZurmoSwiftMailer();
     $mailer->init();
     return $mailer;
 }