Add list-unsubscribe

This commit is contained in:
2020-04-06 20:59:53 +02:00
parent 8f10febcf2
commit c01fe7f3bd
5 changed files with 10 additions and 6 deletions

View File

@@ -11,6 +11,7 @@ class Settings
const TEXT_ENC = 'UTF-8';
const TIMEZONE = 'Europe/Paris';
const MAIL_SERVER = '';
const MAIL_FROM = '';
const MAIL_USER = '';
const MAIL_PASS = '';
const DEBUG = true;