add unsubscribe and view mail on the web buttons
This commit is contained in:
parent
8bdd63afe2
commit
f095954a33
20 changed files with 289 additions and 224 deletions
|
|
@ -1,24 +1,23 @@
|
|||
<?php
|
||||
|
||||
return array(
|
||||
"debug" => true,
|
||||
"panel" => array(
|
||||
"menu" => require __DIR__ . "/menu.php",
|
||||
"css" => "assets/css/panel.css"
|
||||
),
|
||||
"email" => [
|
||||
"transport" => [
|
||||
"type" => "smtp",
|
||||
"host" => "mail.infomaniak.com",
|
||||
"port" => 465,
|
||||
"auth" => true,
|
||||
"username" => "info@actuel-inactuel.fr",
|
||||
"password" => "v!Vr$#JH7quJ35"
|
||||
]
|
||||
return [
|
||||
'debug' => true,
|
||||
'panel' => [
|
||||
'menu' => require __DIR__ . '/menu.php',
|
||||
'css' => 'assets/css/panel.css',
|
||||
],
|
||||
'email' => [
|
||||
'transport' => [
|
||||
'type' => 'smtp',
|
||||
'host' => 'smtp.mailersend.net',
|
||||
'port' => 587,
|
||||
'auth' => true,
|
||||
'username' => 'MS_K9grTE@actuel-inactuel.fr',
|
||||
'password' => 'mssp.GJGywUh.z3m5jgrq71xldpyo.owybzs9',
|
||||
],
|
||||
"routes" => array(
|
||||
require __DIR__ . "/routes/virtual-category.php",
|
||||
require __DIR__ . "/routes/send-newsletter.php",
|
||||
require __DIR__ . "/routes/subscribe.php",
|
||||
)
|
||||
);
|
||||
],
|
||||
'routes' => [
|
||||
require __DIR__ . '/routes/virtual-category.php',
|
||||
require __DIR__ . '/routes/subscribe.php',
|
||||
],
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue