paheko smtp helo

This commit is contained in:
2026-01-06 17:42:52 +01:00
parent bc5ec41980
commit 4feff8984c

View File

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