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 --------------------~--> 
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