File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-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
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:
4
+ An API key is required to use this library, it can be obtained from mailgun's site after signup:
5
5
https://mailgun.com/app/account/security
6
6
7
- The service is free, however fair usage limits do apply (detailed in the post linked above).
7
+ ~~ The service is free, however fair usage limits do apply (detailed in the post linked above)~~ .
8
+ Mailgun no longer offers this service for free, however this library works fine with the new paid service.
8
9
9
10
Installing using Composer
10
11
---------
You can’t perform that action at this time.
0 commit comments