2017 © Pedro Peláez
 

library symfony-swiftmailer-email-validator

An extension to Symfony's EmailValidator which enforces the same grammar as Swiftmailer does.

image

origammi/symfony-swiftmailer-email-validator

An extension to Symfony's EmailValidator which enforces the same grammar as Swiftmailer does.

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 48 % Grown

The README.md

Symfony Swiftmailer Email Validator

A PHP library that adds a Symfony validator which validates fields against the same rules as Swiftmailer does when checking email addresses before sending them out., (*1)

The primary purpose is to have a tool which enables developers to ensure when they accept an email from an input that Swiftmailer will later, when sending an email, will not refuse the email address., (*2)

TODO

  • Make library compliant with Symfony >= 3.0. Currently we are using deprecated API when adding constraint violations.
  • Make library compliant with Swiftmailer >= 6.0. They refactored the way they define their email address grammar.

The Versions

16/03 2018

dev-master

9999999-dev

An extension to Symfony's EmailValidator which enforces the same grammar as Swiftmailer does.

  Sources   Download

MIT

The Requires

 

16/03 2018

1.0.0

1.0.0.0

An extension to Symfony's EmailValidator which enforces the same grammar as Swiftmailer does.

  Sources   Download

MIT

The Requires