[thelist] Sendmail woes....

Flavia Silveira-Tarzwell (FayeC) fayec at canada.com
Sun Jul 22 17:47:55 CDT 2001


Hi,

I got an error from a sendmail and I can't figure out why it won't work
on Brinkster when it works fine on my school's server...
The Error is:
Microsoft VBScript runtime error '800a01ad' 

ActiveX component can't create object: 'CDONTS.Newmail' 

/fayec/saveFeedback.asp, line 20 

The Sendmail is:
<%
Dim recipStr, newMailObj
Set newMailObj = CreateObject("CDONTS.Newmail")
recipStr = "fayec at canada.com"
newMailObj.To = recipStr 
newMailObj.Subject = "Check it out!"
newMailObj.Body = "Here's some email for you"
newMailObj.Send
Set newMailObj = Nothing
%>

The page in question is:
http://www20.brinkster.com/fayec/feedback.asp (send a feedback and you
get the error....)
I would really appreciate any help on this...
I am trying to find the answer on a book but anything I have tried up to
now hasn't worked...

Thanks in advance,


-- 
Flavia Tarzwell (FayeC)
Web Designer/Developer




More information about the thelist mailing list