paheko smtp config

This commit is contained in:
2026-01-09 12:09:41 +01:00
parent f4b1731246
commit 66941fb10c

View File

@@ -104,6 +104,7 @@ const SMTP_PASSWORD = null;
const SMTP_PORT = 25;
const SMTP_SECURITY = 'NONE';
const SMTP_HELO_HOSTNAME = 'paheko.kaz.bzh';
const SMTP_MAX_MESSAGES_PER_SESSION = 50;
const ROOT = __DIR__;
const DB_FILE = DATA_ROOT . '/association.sqlite';