artack/swiftmailer-validator

This package is abandoned and no longer maintained. No replacement package was suggested.

Validator for Email which is using the same validation swiftmailer is using

0.1.1 2017-03-17 12:20 UTC

This package is auto-updated.

Last update: 2022-05-19 08:47:33 UTC


README

ATTENTION: This repository is archived and therefore readonly.

swiftmailer-validator

swiftmailer validator to be used in symfony

usage

validation.yml file

AppBundle\Entity\SomeEntity:
    properties:
        mail:
            - NotBlank: ~
            - Email: ~
            - Artack\Component\Validator\Constraint\SwiftmailerEmail: ~