newsletter config try

This commit is contained in:
isUnknown 2025-01-28 13:10:11 +01:00
parent 7e5872aad1
commit 49d48015a8
4 changed files with 29 additions and 20 deletions

View file

@ -8,15 +8,12 @@ return array(
),
'email' => [
'transport' => [
'type' => 'smtp',
'host' => 'smtp.outlook.com',
'port' => 587,
'security' => 'tls',
'auth' => true,
'username' => 'adrien.payet@outlook.com',
'password' => 't8nVpxCpEZcqH8y'
'type' => 'smtp',
'host' => 'mail.infomaniak.com',
'port' => 465,
'security' => true
]
],
],
'routes' => array(
require __DIR__ . '/routes/virtual-category.php',
require __DIR__ . '/routes/send-newsletter.php',