Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 362 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 362 Bytes

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: ~