Hello,
Since a few days, the messages sent by the contact form of the site do not arrive any more.
The order notifications do not arrive equally to the address indicated in the site and woocommerce settings.
Where can the problem come from?
Thank you for your answer.
Sincerely
Christophe
Hey Christophe,
Thanks for contacting us!
Please refer to this post – https://kriesi.at/documentation/enfold/contact-form/#troubleshoot :)
Best regards,
Yigit
Hi,
Thank you for the inquiry.
What do you mean by “email of orders”? The contact forms seems to be sending the messages properly. Are they not going through? You may need to define the from address manually so that it is properly recognized by your mail server. The snippet or filter is provided in the link that @Yigit provided above.
function avf_change_cf_from() {
return " (Email address hidden if logged out) ";
}
add_filter('avf_form_from', 'avf_change_cf_from', 10);
Make sure that the email address is one of the domain email addresses.
Best regards,
Ismael