Modificación de mail cofig

This commit is contained in:
2026-02-19 10:51:31 -06:00
parent 6dab3a6d5f
commit 4bf44c8e5f
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -120,6 +120,7 @@ class CodeScanner extends Component
closeModal: true,
reload:true
);
return;
}else{
$this->dispatch('swal',
+5
View File
@@ -45,6 +45,7 @@ return [
'username' => env('MAIL_USERNAME'),
'password' => env('MAIL_PASSWORD'),
'timeout' => null,
<<<<<<< HEAD
'stream' => [
'ssl' => [
@@ -54,6 +55,10 @@ return [
],
],
],
=======
'local_domain' => env('MAIL_EHLO_DOMAIN', parse_url((string) env('APP_URL', 'http://localhost'), PHP_URL_HOST)),
],
>>>>>>> f59b47a (Modificación de mail cofig)
'ses' => [
'transport' => 'ses',