Skip Navigation

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

This support ticket is created hace 5 años, 2 meses. 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.

Hoy no hay técnicos de soporte disponibles en el foro Juego de herramientas. Siéntase libre de enviar sus tiques y les daremos trámite tan pronto como estemos disponibles en línea. Gracias por su comprensión.

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)

Este tema contiene 2 respuestas, tiene 2 mensajes.

Última actualización por petranL hace 5 años, 2 meses.

Asistido por: Waqar.

Autor
Mensajes
#1347103

I am trying to: Send a confirmation mail

Link to a page where the issue can be seen: enlace oculto

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:
enlace oculto
enlace oculto

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.