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 1
1
# php-mailgun-validation
2
2
Validate 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:
5
5
https://mailgun.com/app/account/security
6
6
7
7
The service is free, however fair usage limits do apply (detailed in the post linked above).
8
8
9
+ Installing using Composer
10
+ ---------
9
11
You can install this package using composer:
10
12
11
13
composer require overint/php-mailgun-validation
You can’t perform that action at this time.
0 commit comments