File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11# php-mailgun-validation
22Validate email address with Mailgun's validation service (Syntax checks, DNS validation, MX validation)
3- You can view Mailgun's blog post about the service here: http://blog.mailgun.com/free-email-validation-api-for-web-forms/
4- An API key is required to use this library, it can be obtained for free from mailgun's site after signup:
3+ You can view Mailgun's blog post about the service here: http://blog.mailgun.com/free-email-validation-api-for-web-forms/
4+ An API key is required to use this library, it can be obtained for free from mailgun's site after signup:
55https://mailgun.com/app/account/security
66
77The service is free, however fair usage limits do apply (detailed in the post linked above).
88
9+ Installing using Composer
10+ ---------
911You can install this package using composer:
1012
1113 composer require overint/php-mailgun-validation
You can’t perform that action at this time.
0 commit comments