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

swiftmailer validator to be used in symfony

License

Notifications You must be signed in to change notification settings

artack/swiftmailer-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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