Closed p7996619 closed 6 years ago
Fixes a problem where S/MIME email sending fails due to a web hoster restriction. By using sys_get_temp_dir() it's possible to use a different configured path from the unix default '/tmp'. https://php.net/manual/en/function.tempnam.php#93256
sys_get_temp_dir()
Thank you very much for catching this!
Fixes a problem where S/MIME email sending fails due to a web hoster restriction. By using
sys_get_temp_dir()
it's possible to use a different configured path from the unix default '/tmp'. https://php.net/manual/en/function.tempnam.php#93256