hmmm
tried to cancel my reply post after I saw Mike B
had already answered. There is a definite time lag
on this server.
msnews.microsoft.com does not allow canceling
messages?
"Michael Kujawa" <nof at kujawas dot net> wrote in message
news:%23DM%...
> Hi John,
>
> CDONTS is no longer supported on 2003
> you have to use CDO
>
> check this out
> http://support.microsoft.com/?id=315197
>
>
>
> "Johnfli" <> wrote in message
> news:eq$...
> > Set ObjMail = CreateObject("CDONTS.NewMail")
> > ObjMail.From = emlFrom
> > ObjMail.To = emlAddress
> > ObjMail.Subject = emlSubject
> > ObjMail.Body = emlBody
> > ObjMail.Send
> > Set ObjMail = Nothing
> >
> >
> >
> > I recently upgraded my webserver from NT4.0 to Windows 2003 Web Edition.
> > Now, the above code no longer works.
> > It worked great on NT4
> >
> > What do I need to do to make it work with my new server?
> >
> >
>
>