newsletter config try
This commit is contained in:
parent
7e5872aad1
commit
49d48015a8
4 changed files with 29 additions and 20 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue