Our website has a contact form, I need to change the "EmailFromAddress" and have located this within the contact page template within Umbraco. Is it just a case of changing the emailfromaddress to another value? Do I need to ensure that the new email address I use is known to the server, if so how do I do this? Thanks for any advice
If you have found the email address in the correct template used by your contact form document type, then it sounds like changing it there would indeed change the email address of the contact form. Ideally, you would want the Email From Address as a property on the document type so you can edit where the email is sent within content but it should work fine if you just change it in the template.
With regards to ensuring the email address is known by the email server, that is something you will need to confirm the whoever manages your email server.
Setting EmailfromAddress
Our website has a contact form, I need to change the "EmailFromAddress" and have located this within the contact page template within Umbraco. Is it just a case of changing the emailfromaddress to another value? Do I need to ensure that the new email address I use is known to the server, if so how do I do this? Thanks for any advice
Hi Martin,
If you have found the email address in the correct template used by your contact form document type, then it sounds like changing it there would indeed change the email address of the contact form. Ideally, you would want the Email From Address as a property on the document type so you can edit where the email is sent within content but it should work fine if you just change it in the template.
With regards to ensuring the email address is known by the email server, that is something you will need to confirm the whoever manages your email server.
Thanks, Dan.
Thank you Dan most appreciated
is working on a reply...