Esempio n. 1
0
 /**
  * Clears the default ReplyTo-address and -name from the mail
  *
  * @return void
  */
 public static function clearDefaultReplyTo()
 {
     self::$_defaultReplyTo = null;
 }