Hello the contactform is not sending any E-Mails. Have updated the Theme and it is still not working??
Hey mauriciodreher,
Please refer to this: https://kriesi.at/documentation/enfold/contact-form/#my-contact-form-is-not-sending-emails-
Best regards,
Rikard
Rikard,
I’m having the same issue. I’ve gone through the plug-in deactivation process and have found that the Google Calendars plug-in seems to be conflicting with the email forms. Strangely, with Google Calendars on, I will send a form from my computer and the client will receive the email. However, when sent from another computer or phone, the client won’t receive the form email with Google Calendars on. When Google Calendars is turned off, the email form seems to be sent from any device. Any suggestions as to why Google Calendars would conflict with the email form and how to resolve the issue?
Thank you,
Kris
Hi,
We use the standard wp_mail() function ( https://developer.wordpress.org/reference/functions/wp_mail/ ) to send e-mails. Maybe the Google Calendars plugin hooks into it and breaks the function for other plugins/themes somehow. You could try to install a smtp plugin like https://de.wordpress.org/plugins/wp-mail-smtp/ – maybe it solves the issue. If not please try to talk to the Google Calendars plugin author and ask him if he hooks into the wp_mail() function.
Best regards,
Dude