You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.
popen is not recommended for security reasons, if you need to use it, enable it.
The main problem is that the recommended settings stop a basic function of the system, making it confusing to find the cause.
Is their an alternative setting for the email sending that does not need the "popen" function?
If not then most systems will need "popen" enabled as most systems will be using email (even something as simple as forgotten password will need email) .
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
in the recommended php.ini
The disabled functions cause phpmailer to stop with an error as it cannot call "popen" to sendmail.
from cron task table error: "Call to undefined function PHPMailer\PHPMailer\popen()"
also this causes the system to complain about security configuration being wrong when the "popen" is re-enabled, see image.
How do we stop the system warning about this???
The text was updated successfully, but these errors were encountered: