# File lib/aws/simple_email_service/identity.rb, line 129
      def email_address?
        identity.match(/@/) ? true : false
      end