Fatal error: Uncaught Error: Call to undefined function mail() in /home2/
I can't send an email from my site. the mail()function is not recognised.
can anyone help me?
-
Hey there! Your provider could have disabled the PHP mail function for your account, or on the server in general. If you create a PHP Info page (https://support.cpanel.net/hc/en-us/articles/360052760494-How-to-use-a-PHPInfo-file-for-troubleshooting-PHP-issues) do you see the mail tools listed there? Search the page for "sendmail" and see if it is listed.
0 -
Hi,
yes, it is listed. See on picture below.
0 -
That would be the issue - your host has specifically disabled this tool as that is listed on the "disabled_functions" line.
If you don't have root access to the server you'll need to speak with your host to see if that is something they will adjust for you.
0
Please sign in to leave a comment.
Comments
3 comments