Skip Navigation

[Resolved] Confirmation mail not sent after registering new user using Toolset form

This support ticket is created 5 years, 2 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 2 replies, has 2 voices.

Last updated by petranL 5 years, 2 months ago.

Assisted by: Waqar.

Author
Posts
#1347103

I am trying to: Send a confirmation mail

Link to a page where the issue can be seen: hidden link

This is the follow-up to my earlier ticket https://toolset.com/forums/topic/notification-e-mail-not-send/ but I can't post there anymore.

https://toolset.com/forums/topic/notification-e-mail-not-send/

I used the code from that ticket in wp-config and do see some errors in the log, but nothing seems to be related to Toolset.
In wp-mail logging I get the error: Could not instantiate mail function.

Does this ring a bell? I hope you can help.

Regards,
Petran

#1347235

Hi Petran,

Thank you for contacting us and sorry to learn that the issue still persists.

Unfortunately, the error "Could not instantiate mail function" is very generic and can be caused by a number of reasons, as explained in these articles:
hidden link
hidden link

Since this was established in the last ticket, that the issue is server related, I'll recommend raising it with your web host. It is possible that the server's outgoing email policy is either too strict or allows very few emails, within a specific period.

As a quick fix, you can install "WP Mail SMTP by WPForms" plugin, through which you can route your website's outgoing emails to any third-party mailing service including Google, which supports SMTP:
https://wordpress.org/plugins/wp-mail-smtp/

If your web host is not able to track down and resolve the issue, you can either switch to a different host or keep using a third-party email provider using SMTP, as a permanent fix.

I hope this helps and please let me know how it goes.

regards,
Waqar

#1349801

In the end it was a problem with PHP mail function. Sending through SMTP solved it.
Thanks for your help.