WordPress was unable to send the notification email. "

WordPress was unable to send the notification email. Could not instantiate mail function."

having problems getting past this - one of my forms will not notify me after submission. Any advice? not using two addresses. It works sporadically .

Thank you…

Hi Arash,

If WordPress is unable to instantiate the mail() function, that means your server or PHP configuration has caused the issue. In this case, even an SMTP plugin won’t be able to send emails as long as the mail() function cannot be instantiated.

Please contact your hosting support so they can help you resolve the issue.

https://www.php.net/manual/en/function.mail.php

The error “Could not instantiate mail function” in WordPress is usually caused by a server issue. Some hosting servers have strict limits on email sending, or the PHP mail() function may be disabled or have issues.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.