/** * Method to return the reason why mail is disabled. * * @return string * * @since 4.0.0 */ public function getReason() : string { return $this->reason; }