Explorar el Código

Update mailgun config, add endpoint and scheme

Daniel Supernault hace 6 meses
padre
commit
271d5114a1
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      config/services.php

+ 2 - 0
config/services.php

@@ -17,6 +17,8 @@ return [
     'mailgun' => [
         'domain' => env('MAILGUN_DOMAIN'),
         'secret' => env('MAILGUN_SECRET'),
+        'endpoint' => env('MAILGUN_ENDPOINT', 'api.mailgun.net'),
+        'scheme' => 'https',
     ],
 
     'ses' => [