-
AuthorPosts
-
September 12, 2018 at 11:02 am #1008845
Hi. Problem with mails.
1.The letter may or may not come 1/4! If it comes it takes too much time.
2.all mails comes from my admin adress. How to change it?September 12, 2018 at 2:26 pm #1008931Hey pddcoms,
Here are the docs for you to consider
If you need further assistance please let us know.
Best regards,
VictoriaSeptember 12, 2018 at 2:57 pm #1008959Hello there,
I am also having issues with the Contact Form element.
I need the contact form to send to a specific email address i.e “info@domain_name.co.uk”, but the mail is never delivered. However, if I use a different address from the domain name email address it gets delivered.
How is the email delivery working in the element? The form does work, as I have tested it, but it does not deliver if I use an address that has the same as the domain name.
The auto message works fine, as that uses the address entered in the email section of the form.
Could it be that the email is coming from info@domain_name.co.uk and is being sent to info@domain_name.co.uk?
I have used the form element in other websites without issue, but the email comes from the domain name. but sent to a GMAIL address.
For now, I am using my own email address as the go to address for the form and I then forward it to my client. This is not ideal, and cwertainly not a long term fix.
Does all that make sense?
Thanking you in advance.September 12, 2018 at 3:06 pm #1008967Victoria. I know about enfold documentation, already read.
What this code do?
function change_cf_from() {
return ” (Email address hidden if logged out) “;
}
add_filter(‘avf_form_from’, ‘change_cf_from’, 10);How to change the mail from which the email is sent. Now wp use admin mail.
September 12, 2018 at 10:47 pm #1009103Hi,
u have to edit the (Email address hidden if logged out) and change it with the email you want it to look.
Best regards,
Basilis -
AuthorPosts
- You must be logged in to reply to this topic.
