Removed Mail Settings

I'm using postfix together with smtp.gmail.com for Testing
This commit is contained in:
2025-07-15 17:22:24 +02:00
parent 0c442bd797
commit 5ae40c2b8c
2 changed files with 2 additions and 18 deletions
+1 -17
View File
@@ -1,21 +1,5 @@
<?php
return [
'debug' => true,
'email' => [
'transport' => [
'type' => 'smtp',
'host' => 'smtp.resend.com',
'port' => 587,
'security' => true,
'auth' => true,
'username' => 'resend',
'password' => 're_87XcxJAD_43XdRZwdsTC2nYXoXs5UN2NY',
],
'presets' => [
'contact' => [
'from' => 'no-replay@fits-apps.net'
]
]
]
'debug' => true,
];