highline / sendgrid-emailvalidator
SendGrid Email Validator for Flow Applications
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:neos-package
Requires
- guzzlehttp/guzzle: ^6.0
- neos/flow: *
This package is auto-updated.
Last update: 2024-10-19 21:27:06 UTC
README
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")