Open ghost opened 5 years ago
It would be useful to be able to disable the API calls in specific environments (local, testing, etc.) and simply use the PHP validation.
Hello
Yeah that's a good idea. We could add a env('MAILGUN_API_DISABLE', false) to stop the API calls in environments you don't wish to use them in.
env('MAILGUN_API_DISABLE', false)
It would be useful to be able to disable the API calls in specific environments (local, testing, etc.) and simply use the PHP validation.