post '/new' do
      @email = Email.create(params['email'])

      if @email.error?
        @errors = @email.errors