highline/sendgrid-emailvalidator

Last activity 19 Feb 2020 7
composer require highline/sendgrid-emailvalidator

SendGrid Email Validator for Flow Applications

dev-master

Version
dev-master
Type
neos-package
Release Date
Feb 19, 2020 10:25
Source
git
Distribution
zip
MIT 13611601e208a1d2da09e7e07e6a202a3fe4938c

Highline.SendGrid.EmailValidator

EmailValidator for Flow Applications using the SendGrid Email Validation API.

Installation

composer require highline/sendgrid-emailvalidator

Configuration

After successful installation make sure to configure the SendGrid API key in the Settings.yaml:

Highline:
  SendGrid:
    EmailValidator:
      apiKey: '<SENDGRID_API_KEY>'

Usage

The validator can be used like any other validator inside your Flow Application using the @Flow\Validate annotation:

@Flow\Validate(type="Highline\SendGrid\EmailValidator\EmailValidator")
The content of the readme is provided by Github