Skip to content

Commit 48aef87

Browse files
authored
Update readme as API is no longer free
1 parent 654baf5 commit 48aef87

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# php-mailgun-validation
22
Validate email address with Mailgun's validation service (Syntax checks, DNS validation, MX validation)
33
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:
55
https://mailgun.com/app/account/security
66

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.
89

910
Installing using Composer
1011
---------

0 commit comments

Comments
 (0)