Example #1
0
 /**
  * Set the default Swift_Transport and initialize the Swift_Mailer
  *
  * @param Swift_Trasport $transport
  */
 static function setDefaultTransport(Swift_Transport $transport)
 {
     self::$mailer = new Swift_Mailer($transport);
 }