Skip to content

Avoid "open_basedir restriction" error#29

Merged
fabacab merged 1 commit intofabacab:developfrom
p7996619:develop
Apr 14, 2018
Merged

Avoid "open_basedir restriction" error#29
fabacab merged 1 commit intofabacab:developfrom
p7996619:develop

Conversation

@p7996619
Copy link
Contributor

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

Fixes problem where 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>
@fabacab
Copy link
Owner

fabacab commented Apr 14, 2018

Thank you very much for catching this!

@fabacab fabacab merged commit 78cfb83 into fabacab:develop Apr 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Comments