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 "A" <adnank@n...> on Wed, 27 Mar 2002 19:47:51
I have check my badmail directory it is showning: 

Unable to deliver this message because the follow error was 
encountered: "This message is a delivery status notification that cannot 
be delivered.".

The specific error code was 0xC00402C7.


The message sender was <>.


The message was intended for the following recipients.
	webmaster@_mydomain_name.com

Can you help. I am going nuts.
Thanks in advance.


I have check my badmail directory it is showning: 

Unable to deliver this message because the follow error was 
encountered: "This message is a delivery status notification that cannot 
be delivered.".

The specific error code was 0xC00402C7.


The message sender was <>.


The message was intended for the following recipients.
	webmaster@_mydomain_name.com

Can you help. I am going nuts.
Thanks 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 
problem 
> 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

  Return to Index