Form notification going to wrong email address
Permalink 2 users found helpful
I'm new to C5 so this is probably an easy setting change I'm overlooking, but here's my problem:
On my Contact Us page I have a Contact form. Within the Edit/Options tab I have "Notify me by email when people submit this form:" checked. Recipient Email is set to the appropriate email address. When a form is submitted, the notification email arrives at the correct recipient, but the "From" email address within the notification email is my address. Where is that coming from and how do I change it?
Thanks in advance for your wisdom.
On my Contact Us page I have a Contact form. Within the Edit/Options tab I have "Notify me by email when people submit this form:" checked. Recipient Email is set to the appropriate email address. When a form is submitted, the notification email arrives at the correct recipient, but the "From" email address within the notification email is my address. Where is that coming from and how do I change it?
Thanks in advance for your wisdom.
Sweet, I didn't know you could adjust this from the config/site.php file... thanks for the information.
Thanks defunct! This works!
I have the same problem.
1.) Where is that email address coming from (the one that shows up in the "from" field)??
2.) Is there any way to make the from address be the address of the person sending the email? Seems like this is how it should work, no?
thanks.
1.) Where is that email address coming from (the one that shows up in the "from" field)??
2.) Is there any way to make the from address be the address of the person sending the email? Seems like this is how it should work, no?
thanks.
1. 'From' email come from the admin email address. which you can edit it in "Users & Groups'
2. I'm still looking for solution to make it work on that way as well..
2. I'm still looking for solution to make it work on that way as well..
Is there any way to make the from address be the address of the person sending the email? Seems like this is how it should work, no?
Anyone have a fix for this? I have a client who gets frustrated because he always hits reply, forgetting he has to copy/paste the email address...
This doesn't seem to be right in the latest version of C5. Changing the admin email address does not change the default form recipient. Nor does adding the define in site.php as above.
Any other thoughts ? Where is this email address set?
Any other thoughts ? Where is this email address set?
Thank you defunct... was going around in circles for a while with this one!
You can open config/site.php
and add:
There you can define which email address the form comes from.