global

def inbound_email_enabled?

def inbound_email_enabled?
  ENV["INBOUND_EMAIL_DOMAIN"].present?
end