Navigation überspringen

[Gelöst] Configuring E-mail Notification when a use submit a form.

This support ticket is created vor 4 years, 10 months. 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.

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

Zeitzone des Unterstützers: Africa/Casablanca (GMT+01:00)

Dieses Thema enthält 1 reply, hat 2 Stimmen.

Zuletzt aktualisiert von Jamal vor 4 years, 10 months.

Assistiert von: Jamal.

Author
Artikel
#2130345

I want to send an email when a user register on my website. I configured the E-mail Notification section of the User Form and send a test email with it. But I didn't receive any email from it. Do I need to configure any thing else like smtp. Please help me with it. How to send gmail notification. Is there any tutorial related to it?

#2130697

Hello and thank you for contacting Toolset support.

Toolset does not implement any emailing system. It just uses the core WordPress wp_mail function. If the emails are not sent, it is rather related to WordPress than to something within Toolset.
https://developer.wordpress.org/reference/functions/wp_mail/

Please follow these articles on how to debug emailing inside WordPress:
- versteckter Link
- versteckter Link

If that does not help, let me access your website and try to send an email programmatically, from a Toolset custom code snippet. If the email is not sent, we can assume that emailing is not working as expected on your server. Either you will need to configure an alternative SMTP service, or contact your hosting provider for assistance.