Support the ongoing development of Laravel.io →
Configuration Mail
Last updated 1 year ago.
0

I have the same problem

Client error response [url] https://api.mailgun.net/v2/https://api.mailgun.net/v2//.mailgu... [status code] 404 [reason phrase] NOT FOUND

2 months ago configured it and it worked perfect, but not anymore

0

Same here, any suggestions? "Client error response [url] https://api.mailgun.net/v2//messages.mime [status code] 404 [reason phrase] NOT FOUND"

0

I had this issue but I had forgotten to add my domain and secret under /config/services.php

	'mailgun' => [
    'domain' => 'your-mailgun-domain',
    'secret' => 'your-key',
],
0

Thanks you @dylanglockler.

dylanglockler said:

I had this issue but I had forgotten to add my domain and secret under /config/services.php

  'mailgun' => [
   'domain' => 'your-mailgun-domain',
   'secret' => 'your-key',

],

0

itsazzad said:

Thanks you @dylanglockler.

dylanglockler said:

I had this issue but I had forgotten to add my domain and secret under /config/services.php

 'mailgun' => [
   'domain' => 'your-mailgun-domain',
   'secret' => 'your-key',

],

Except that everyone shows yourdomain.com in examples, but really you need to sent it to mg.yourdomain.com as per the DNS domain setup procedure that mailgun.com guides you through on setup of account

Last updated 8 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

ddelnano ddelnano Joined 15 Mar 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.