Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid "open_basedir restriction" error #29

Merged
merged 1 commit into from
Apr 14, 2018
Merged

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