Files
schachfreunde-badsteben/site/config/config.php
T

22 lines
427 B
PHP

<?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'
]
]
]
];