Hi,
My mail form won’t send.
I have been through your check-list and all works fine except the mail form.
Hi philthebass!
Please see – http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/
Cheers!
Yigit
Hi Yigit,
I’ve been through your checklist and everything checks out. But the form still won’t send.
Thanks
Hi,
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Regards,
Rikard
Hi,
Did you get my message with the temporary login details? I still can’t get the form to work.
I have a question from my hosting provider. Does the script use PHP mail() or SMTP to send?
Thanks
Phil
Hey!
No, we have not received your message with temporary logins. Please post them here privately.
It uses PHP mail function :)
Best regards,
Yigit
Hi,
Sending again
Hey!
Do you get the WordPress mail message if you attempt to recover your password at the login screen?
Best regards,
Josue
Hi,
Yes. The password recovery works fine.
Thanks
Phil
I had a response from my web host on this subject as well
Hey!
Try adding this at the very end of your theme / child theme functions.php file:
function change_cf_from() {
return " (Email address hidden if logged out) ";
}
add_filter('avf_form_from', 'change_cf_from', 10);
Change (Email address hidden if logged out)
by the address they’re suggesting.
Cheers!
Josue
Hi Josue,
Thanks for your help and input.
It turns out there was an issue with the way mail was configured on my web server. The web host has identified the issue and corrected it.
Thanks again.
Regards