Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

SMTP Relay Error using CDONTS and the .CC property in ASP

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  networksolutions down?  
Author Message
harpuafsb

External


Since: Apr 04, 2006
Posts: 2



(Msg. 1) Posted: Tue Apr 04, 2006 6:30 am
Post subject: SMTP Relay Error using CDONTS and the .CC property in ASP
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hey, this is a real head scratcher.

The following code works as written:

Set objMail = CreateObject("CDONTS.NewMail")
objMail.From = "test@insidedomain.com"
objMail.To = "test@outsidedomain.com"
objMail.Subject = "SMTP TEST"
objMail.Body = "TESTING"
objMail.Send
Set objMail = Nothing

However if I add the the following code after the .To statement:
objMail.CC = "test@insidedomain.com"

What happens is that the mail gets delivered to the .CC address but a
relay error occurs on the .To address.

Once I take out the .CC statement, the .To address gets the delivery.

Any ideas?

Thanks.

 >> Stay informed about: SMTP Relay Error using CDONTS and the .CC property in ASP 
Back to top
Login to vote
harpuafsb

External


Since: Apr 04, 2006
Posts: 2



(Msg. 2) Posted: Tue Apr 04, 2006 8:03 am
Post subject: Re: SMTP Relay Error using CDONTS and the .CC property in ASP [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Here is the nondeliverable mail bounce back:

Connection to mail.xxxxx.com with Ip Address 10.1.3.11 failed from
mimesweeper.xxxxx.com-10.1.3.11
test DeleteThis @outsidedomain.com
550 Relaying denied to <test DeleteThis @outsidedomain.com>

And the entry in the system32/logfiles/smtpsvc1 log file is:

NDR Thread NDR message
user+test@outsidedomain.com+in+file+filename.eml+was+NDRed+to+file+filename.eml
0

Thanks!

 >> Stay informed about: SMTP Relay Error using CDONTS and the .CC property in ASP 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
ERROR 550 IIS smtp server cant relay - I recently began having problems with our SMTP server (offsite) not allowing me to send mail to certain domains. I get this message: Your message did not reach some or all of the intended recipients. Subject: RE: Question Sent: 9/19/2004....

SMTP relay - Hi! I have problems with smtp relay in windows 2000. I often get a reply back saying that the mail could not be delivered and that I should check the adress or contact the admin (wich is me) but I have no idea. The e-mail adress i correct but still this...

SMTP relay - I am running a w2k with IIS and SMTP as a standalone in a DMZ. There are also a couple of web servers and sql 2000 servers that need the SMTP service to send out alerts. How do I go about setting a server to be the SMTP server?

SMTP Relay Problem - Running Win 2000 Server as a standalone with POP3 mailboxes, I am getting spammers relaying thru the smtp virtual server, even though I have restricted Relay Access by selecting the radio button "Only the List Below", with no computers list...

SMTP Authentication for relay - I want to enable POP3 and SMTP for certain accounts. This works if the SMTP relay is enabled by IP Address, but I want it to authenticate by password and username -- the checkbox is checked to override for this behavior. However, I haven't been able to...
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]