M
Monica
in previous versions of ASP I was able to use the following code:
Set varName= Server.CreateObject("CDONTS.NewMail") but apparently this
is not supported in ASP.net and I don't understand how to use (at least, it's
not working the way I expected it to.)
Set varName = CreateObject("CDO.Message")
I need visitors to register for a class via a form and have the information
emailed to a company employee for verification. I don't want to use
'mailto:' for obvious reasons.
thanks,
Monica
Set varName= Server.CreateObject("CDONTS.NewMail") but apparently this
is not supported in ASP.net and I don't understand how to use (at least, it's
not working the way I expected it to.)
Set varName = CreateObject("CDO.Message")
I need visitors to register for a class via a form and have the information
emailed to a company employee for verification. I don't want to use
'mailto:' for obvious reasons.
thanks,
Monica