Hi,
I created an ASP form for my company and it works fine. I copied the code so that I could create my own form for my personal site. I emailed my provider and asked them specific info regarding:
1.)Set Mailer = Server.CreateObject ("?????"
2.)Mailer.RemoteHost = "?????"
3.) Mailer.FromAddress = "?????"
They gave me the informatin for these objects, however I have received a runtime error when testing. Below is the exact error:
-------------------------------------------------------
Microsoft VBScript runtime error '800a01b6'
Object doesn't support this property or method: 'Mailer.FromAddress'
/proto/vision2020_form.asp, line 597
--------------------------------------------------------
I've actually tried removing the 'Mailer.FromAddress' from the code, but it naturally failed as well. Anyhow, I would like to get some feedback before I contact them again. Your help is much appreciated.
Thanks,
DanH
I created an ASP form for my company and it works fine. I copied the code so that I could create my own form for my personal site. I emailed my provider and asked them specific info regarding:
1.)Set Mailer = Server.CreateObject ("?????"
2.)Mailer.RemoteHost = "?????"
3.) Mailer.FromAddress = "?????"
They gave me the informatin for these objects, however I have received a runtime error when testing. Below is the exact error:
-------------------------------------------------------
Microsoft VBScript runtime error '800a01b6'
Object doesn't support this property or method: 'Mailer.FromAddress'
/proto/vision2020_form.asp, line 597
--------------------------------------------------------
I've actually tried removing the 'Mailer.FromAddress' from the code, but it naturally failed as well. Anyhow, I would like to get some feedback before I contact them again. Your help is much appreciated.
Thanks,
DanH