So I have been following the "Get started" documentation and have made my first acquaintance with forms.
I followed the documentation and the form is submitting the data to the backend, but I would like to also recieve the input as an e-mail, so I have changed the webconfig file to the following:
Form not sending e-mail
So I have been following the "Get started" documentation and have made my first acquaintance with forms.
I followed the documentation and the form is submitting the data to the backend, but I would like to also recieve the input as an e-mail, so I have changed the webconfig file to the following:
...but I'm still not getting e-mail.
Any ideas?
/cheers
Bent Holz
Arg!...
Solved it...
Unoeuro uses smtp.unoeuro.com for scripts sending e-mail and only port 25 can be used.
Authentication not needed...
so the code would be:
/Cheers
Bent Holz
is working on a reply...