Ejemplo n.º 1
0
 /**
  * Sends this mail.
  */
 public function send()
 {
     MailSender::getDefault()->sendMail($this);
 }