Replace mail() with PHPMailer + new logo

This commit is contained in:
2020-04-06 17:53:49 +02:00
parent 13a9155634
commit 66a9a566c0
11 changed files with 6875 additions and 6 deletions

View File

@@ -10,5 +10,8 @@ class Settings
const DB_ENC = 'utf8mb4';
const TEXT_ENC = 'UTF-8';
const TIMEZONE = 'Europe/Paris';
const MAIL_SERVER = '';
const MAIL_USER = '';
const MAIL_PASS = '';
const DEBUG = true;
}