Bug 2458: Si on envoie un email depuis Linux ,
le return-path doit être spécifié
This commit is contained in:
parent
5334bec89d
commit
60bf53262e
5 changed files with 51 additions and 11 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue