HM\BackUpWordPress\Email_Service::is_service_active PHP Method

is_service_active() public method

Used to determine if the service is in use or not
public is_service_active ( )
    public function is_service_active()
    {
        return (bool) $this->get_email_address_array();
    }