Well why use something that is outdated and no longer supported. CDONTS was great, but I have created a script that will make using CDOSYS really easy.
If you are using Windows Server 2003 then the cause of your error is CDONTS is not supported or installed by default. You could install it, but why you would when, X-Send is easier. http://www28.brinkster.com/freeasphelp/#Downloads --- In [EMAIL PROTECTED], imtiaz ahmed <[EMAIL PROTECTED]> wrote: > Hi all > In one of my internet application i'm using the email option for the user. > for this im using the CDONTS but when i test this it is not working for the other than the our company I maen for example when i try like this TO: [EMAIL PROTECTED] then it working but when i try as > To: [EMAIL PROTECTED] it is not working can anyone help me out for this. > > Im using code as below: > > Set objMail = Server.CreateObject("CDONTS.NewMail") > With objMail > .From [EMAIL PROTECTED] > .To = [EMAIL PROTECTED] > .Subject = "URL For Assignment" > .Body = "hello this is for testing" > .BodyFormat = 0 > .MailFormat = 0 > .Send > End With > set objMail=nothing > Response.write "mail send...." > > Thanks > Imtiaz > > > --------------------------------- > Do you Yahoo!? > New and Improved Yahoo! Mail - Send 10MB messages! > > [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> Yahoo! Domains - Claim yours for only $14.70 http://us.click.yahoo.com/Z1wmxD/DREIAA/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/
