I have created a form. When the form is submitted, the data is recorded which I can see in View Entries. I want it to send an email to an address that I specify containing the data that the user inputted in the form fields. I have edited the web.config file with the mail server information:
Also, another thing that I had to do to get it to work is add the port # to the mail settings in web.config. So it looks like this (in case it helps anyone else):
Send email containing form data
I have created a form. When the form is submitted, the data is recorded which I can see in View Entries. I want it to send an email to an address that I specify containing the data that the user inputted in the form fields. I have edited the web.config file with the mail server information:
The data is recorded just fine, but I never receive an email. What am I missing? Thank you!
Comment author was deleted
You also have to set the email that is used to send ..
You can do that in the /config/umbracosettings.config
Cheers,
Tim
Thank you! I did miss that part.
Also, another thing that I had to do to get it to work is add the port # to the mail settings in web.config. So it looks like this (in case it helps anyone else):
My requirnment is also same. I want to send all the form data to e-amil on submit click. But I donot know how to go ahead.
Please provide me all the step for this.
You can email me : [email protected]
is working on a reply...