/** * Clears the default sender from the mail * * @return void */ public static function clearDefaultFrom() { self::$_defaultFrom = null; }