Forum Moderators: open
I have a form that I need to simply send via e-mail to my clients inbox when the submit button is clicked. His form resides on a IIS server with ASP.
How hard is it to script this on the page and where can I find the simplest tutorial for this?
Thanks
On Error Resume Next
That tells it to ignore error, move on to the next line and fill in the Err object with the error that occurred.
Object required usually means that the object in the library you are trying to instantiate with Server.CreateObject is failing.
To use the CDONTS, the server must have SMTP installed. Go back to the Windows installation dialogs (from Add/Remove Software in control panel), and check the checkbox for SMTP.