It works on my windows 2003 server. I still use it............

Mike Belcher
System Administrator



 if obj.IsFile( "File1" ) <> 0  and obj.GetSize("File1") > 0 then
  if obj.Save( "File1" ) = 0 then
    ' Save file is successful
   Response.Write obj.GetFileName("File1") & " has been saved at " & 
TargetDir & "<BR>"
   Set objNewMail = Server.CreateObject("CDONTS.NewMail")
   objNewMail.To = strTo
   objNewMail.From = strEmail
   objNewMail.Bcc = strBCC
   objNewMail.Subject = strSubject
   objNewMail.Body = strBody
   objNewMail.Send
   Set objNewMail = Nothing

----- Original Message ----- 
From: "bef218" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, September 16, 2004 9:19 AM
Subject: [AspClassicAnyQuestionIsOk] CDONTS and Windows 2003


>
> Does anyone know if CDONTS is compatible with Windows 2003?  I
> thought that I had read somewhere that is was not and that you have
> to use different object to send mail from your ASP app.
>
> Thanks,
> Barry
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
> 




------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/saFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to