Hi ,
Seems there is a problem to send email from the contact form.
It can send thanks email to the customer, but no email sent to admin email address.
Can you help me check what happened?
Thanks
Hey river7527,
Try an email that end’s with gmail or yahoo to make sure your hosting has configured your custom email address properly.
If you still have an issue please refer to this link http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/
Best regards,
Vinay
I add this to the “function.php” file, now it can send email to me, but both “thanks eamil” and “confimr email” are sent to me.
function change_cf_from() {
return " (Email address hidden if logged out) ";
}
add_filter('avf_form_from', 'change_cf_from', 10);
I need the “thanks email” send to my custmer, how can we do that?
THnaks a lot