fsc / email-filter-bundle
A bundle with a validator to exclude mails of mails domain names.
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 7
Forks: 1
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3
- symfony/framework-bundle: 2.*
- symfony/validator: 2.*
Requires (Dev)
- symfony/yaml: 2.*
This package is auto-updated.
Last update: 2024-10-12 04:05:31 UTC
README
#EmailFilterBundle
This bundle check if an email or a domain is valid or not.
##Documentation
The bulk of the documentation is stored in the Resources/doc/index.md.
Configuration
Add the following to your application's config.yml
.
fsc_email_filter:
file: "%kernel.root_dir%/Resources/emails_filter.txt"
And create your app/Resources/emails_filter.txt
with the following format:
you.can.ban.a.single.mail@gmail.com
@yopmail.fr
shitmailprovider.com
##License
This bundle is under the MIT license. See the complete license in the bundle:
Resources/meta/LICENSE