TheoKouzelis / laravel-mailgun-email-validation

Laravel email validation that uses the Mailgun API for a three-step validation check
https://documentation.mailgun.com/en/latest/api-email-validation.html#email-validation
MIT License
11 stars 10 forks source link

[V2] Integrate official Mailgun packages for PHP/Laravel #4

Open TheoKouzelis opened 5 years ago

TheoKouzelis commented 5 years ago

Integrate either the offical Mailgun PHP package https://github.com/mailgun/mailgun-php or the Laravel integration https://github.com/Bogardo/Mailgun to replace the calls to the API.

This will have the benefit of updating to V4 of the Mailgun API and allowing users to configure the API domain for the EU region.