Bug 2458: Si on envoie un email depuis Linux ,

le return-path doit être spécifié
This commit is contained in:
sparkyx 2026-04-01 17:17:09 +02:00
parent 5334bec89d
commit 60bf53262e
5 changed files with 51 additions and 11 deletions

View file

@ -452,7 +452,9 @@ function noalyss_class_autoloader($class)
}
}
if ( ! defined("MAIL_EXTRA_PARAM")) {
define("MAIL_EXTRA_PARAM","-f [FROM]");
}
spl_autoload_register('\noalyss_class_autoloader', true);
require_once NOALYSS_BASE.'/vendor/autoload.php';