1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/paheko_ynh.git synced 2024-09-03 19:56:22 +02:00

Update config.local.php

fix send mails with smtp app
This commit is contained in:
Robles Rodolphe 2023-11-25 18:50:24 +01:00 committed by GitHub
parent e2a06830ae
commit a285f8bb79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -484,7 +484,7 @@ const SMTP_HELO_HOSTNAME = '__DOMAIN__';
* Défaut : null
*/
//const MAIL_RETURN_PATH = 'returns@__DOMAIN__';
const MAIL_RETURN_PATH = '__APP__@__DOMAIN__';
/**