Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_cdo thread: RE: CDONTS Can't send messege in my domain


Message #1 by "Andrew Tree" <utah_treehouse@h...> on Fri, 23 Aug 2002 00:17:38
I am having the exact same problem if you find out what we are doing wrong 
PLEASE let me know.

Thanks!!


> I have check my badmail directory it is showning: 

> Unable to deliver this message because the follow error was 
e> ncountered: "This message is a delivery status notification that cannot 
b> e delivered.".

> The specific error code was 0xC00402C7.

> 
T> he message sender was <>.

> 
T> he message was intended for the following recipients.
	> webmaster@_mydomain_name.com

> Can you help. I am going nuts.
T> hanks in advance.

> 
I>  have check my badmail directory it is showning: 

> Unable to deliver this message because the follow error was 
e> ncountered: "This message is a delivery status notification that cannot 
b> e delivered.".

> The specific error code was 0xC00402C7.

> 
T> he message sender was <>.

> 
T> he message was intended for the following recipients.
	> webmaster@_mydomain_name.com

> Can you help. I am going nuts.
T> hanks in advance.

> > have you checked your badmail directory?
>>  
>>  -----Original Message-----
>>  From: duarte_calderon@h... [mailto:duarte_calderon@h...]
>>  Sent: Wednesday, April 18, 2001 9:48 PM
>>  To: ASP CDO
>>  Subject: [asp_cdo] CDONTS Can't send messege in my domain
>>  
>>  
>>  The function I have below sends e-mail to any address I need.  The 
p> roblem 
>>  is that when I try an address in our own domain, it does not arrive.  
It 
>>  causes NO error, but the messege gets lost.
>>  
>>  function sendMessege()
>>  {
>>  	var objSendMail = new ActiveXObject("CDONTS.NewMail");
>>  	
>>  	objSendMail.From="someone@s...";
>>  	objSendMail.To= "me@s...";
>>  	objSendMail.Subject="Feedback from...";
>>  	objSendMail.MailFormat=1;
>>  	objSendMail.BodyFormat=1;
>>  	objSendMail.Body="This is some messege";
>>  	objSendMail.Send();
>>  	objSendMail = null;
>>  	Response.Write("Messege Sent");
>>  }
>>  
>>  any one with this problem before?
>>  
>>  thank,
>>  
>>  Marco
>>  
>>  
________________________________________________________________________
>>  Scottish Enterprise Network
>>  http://www.scottish-enterprise.com
Message #2 by "chris emerson" <cemerson@x...> on Tue, 27 Aug 2002 10:21:23
I have this EXACT PROBLEM! It's driving me nuts! I've tried tweaking IIS 
SMTP settings, my mailserver (argosoft) settings and I've checked my mail 
function headers 10 times but I still keep getting my mail put in the 
Badmail or Drop folders! 
Crazy thing is a couple days ago it was working fine I think. 

Currently, all my mail goes to the badmail folder. I BCC myself (@ 
mydomain) on each email and those BCC copies go through to me - but the 
external email addresses that the emails are TO always get put inthe 
badmail!

Ugh I hope someone can help us..

Thanks in advance

  Return to Index