Divi Form Email Not Working
Written by the Divi Engine Documentation Team
Introduction
Follow these steps if your Form Module is not sending emails.
Divi Form Builder does not send emails
Both WordPress and Divi Form Builder are involved in the sending of emails, but we do not actually send them. Like most other WordPress plugins, Divi Form Builder does not handle emails directly, we use the wp_mail() function that is provided by WordPress to send any emails. Here is how it works:
- Your Divi Form Forms email action triggers on form submission.
- Divi Form passes the email action data to WordPress.
- WordPress relays the email action data to your web host.
- Your web host takes the email action data, processes it, and sends it as an email.
How then can you solve the problem?
Step 1: Double-check Form Builder Settings
Make sure that you have set up Email Notifications and/or Email Confirmation on your Divi Form.
Step 2: Install An SMTP
To ensure the emailing of the forms, set up an SMTP like WP MAIL SMTP. WP MAIL SMTP is a service that eliminates emailing trouble by sending all outgoing mail from your WordPress website. It takes over the job of your web host. Click HERE for more on this.
More Support?
Please email us at [email protected] if you are unable to get your Divi Engine plugin working.