Skip to content
This repository has been archived by the owner on Dec 22, 2019. It is now read-only.

cURL error 7: Failed to connect to api.mailgun.net port 80: Timed out (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)? #119

Open
vipin733 opened this issue Jul 3, 2017 · 0 comments

Comments

@vipin733
Copy link

vipin733 commented Jul 3, 2017

I try to simple sending mail but I by laravel 5.4
`
$data = [];

   Mailgun::send('emails.school', $data, function ($message) {
     $message->to('[email protected]', 'John Smith')->subject('Welcome!');
 });

`
But getting error "Failed to connect to api.mailgun.net port 80:"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant