Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_cdo thread: Email Form Results


Message #1 by "Reetu Mathur" <reetu_m@h...> on Wed, 5 Feb 2003 15:59:19
Hello,

I am trying to accomplish a very simple task of mailing form results. I 
started out with trying to just send a quick email to myself by running 
the following script(attached). But everytime I run the script i get the 
following error

error '80090020' 
An internal error occurred. 

/test/test.asp, line 23 
 
Line 23 is objCDO.Send

<%
Dim objCDO
Set objCDO = Server.CreateObject("CDONTS.NewMail")
objCDO.To = "reetu@b..."
objCDO.From = "reetu_m@h..."
Dim txtSubject
txtSubject = "test...test 
objCDO.Subject = "Test"
objCDO.Body = txtSubject
objCDO.Send
%>

Can anyone suggest a possible solution ?

Thank you,

Reetu Mathur
Message #2 by "Allen, William" <WAllen@s...> on Wed, 5 Feb 2003 11:03:16 -0500
You are missing a " form the end of your string.

-----Original Message-----
From: Reetu Mathur [mailto:reetu_m@h...]
Sent: February 05, 2003 10:59 AM
To: ASP CDO
Subject: [asp_cdo] Email Form Results


Hello,

I am trying to accomplish a very simple task of mailing form results. I 
started out with trying to just send a quick email to myself by running 
the following script(attached). But everytime I run the script i get the 
following error

error '80090020' 
An internal error occurred. 

/test/test.asp, line 23 
 
Line 23 is objCDO.Send

<%
Dim objCDO
Set objCDO = Server.CreateObject("CDONTS.NewMail")
objCDO.To = "reetu@b..."
objCDO.From = "reetu_m@h..."
Dim txtSubject
txtSubject = "test...test 
objCDO.Subject = "Test"
objCDO.Body = txtSubject
objCDO.Send
%>

Can anyone suggest a possible solution ?

Thank you,

Reetu Mathur

Message #3 by "Reetu Mathur" <reetu_m@h...> on Wed, 05 Feb 2003 16:39:51 +0000
Thank you for replying.

I have added the missing ". But I contine to get the same error. You see I 
have no problem in creating a "CDONTS.NewMail" object. It is only when I say 
"objCDO.Send" the error pops up.

Regards,

Reetu Mathur

>From: "Allen, William" <WAllen@s...>
>Reply-To: "ASP CDO" <asp_cdo@p...>
>To: "ASP CDO" <asp_cdo@p...>
>Subject: [asp_cdo] RE: Email Form Results
>Date: Wed, 5 Feb 2003 11:03:16 -0500
>
>You are missing a " form the end of your string.
>
>-----Original Message-----
>From: Reetu Mathur [mailto:reetu_m@h...]
>Sent: February 05, 2003 10:59 AM
>To: ASP CDO
>Subject: [asp_cdo] Email Form Results
>
>
>Hello,
>
>I am trying to accomplish a very simple task of mailing form results. I
>started out with trying to just send a quick email to myself by running
>the following script(attached). But everytime I run the script i get the
>following error
>
>error '80090020'
>An internal error occurred.
>
>/test/test.asp, line 23
>
>Line 23 is objCDO.Send
>
><%
>Dim objCDO
>Set objCDO = Server.CreateObject("CDONTS.NewMail")
>objCDO.To = "reetu@b..."
>objCDO.From = "reetu_m@h..."
>Dim txtSubject
>txtSubject = "test...test
>objCDO.Subject = "Test"
>objCDO.Body = txtSubject
>objCDO.Send
>%>
>
>Can anyone suggest a possible solution ?
>
>Thank you,
>
>Reetu Mathur
>
>


_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* 
http://join.msn.com/?page=features/junkmail

Message #4 by CASSIANO Luiz F CONFAB <TERLFR@c...> on Wed, 5 Feb 2003 14:42:48 -0200
Why dont you try to use ASPMail component ?

Its free and easy to manipulate. Try www.serverobjects.com

Download the file, register it on your webserver and your machine and run.

I recomend it.

Fred


-----Original Message-----
From: Reetu Mathur [mailto:reetu_m@h...]
Sent: quarta-feira, 5 de fevereiro de 2003 14:40
To: ASP CDO
Subject: [asp_cdo] RE: Email Form Results


Thank you for replying.

I have added the missing ". But I contine to get the same error. You see I 
have no problem in creating a "CDONTS.NewMail" object. It is only when I say

"objCDO.Send" the error pops up.

Regards,

Reetu Mathur

>From: "Allen, William" <WAllen@s...>
>Reply-To: "ASP CDO" <asp_cdo@p...>
>To: "ASP CDO" <asp_cdo@p...>
>Subject: [asp_cdo] RE: Email Form Results
>Date: Wed, 5 Feb 2003 11:03:16 -0500
>
>You are missing a " form the end of your string.
>
>-----Original Message-----
>From: Reetu Mathur [mailto:reetu_m@h...]
>Sent: February 05, 2003 10:59 AM
>To: ASP CDO
>Subject: [asp_cdo] Email Form Results
>
>
>Hello,
>
>I am trying to accomplish a very simple task of mailing form results. I
>started out with trying to just send a quick email to myself by running
>the following script(attached). But everytime I run the script i get the
>following error
>
>error '80090020'
>An internal error occurred.
>
>/test/test.asp, line 23
>
>Line 23 is objCDO.Send
>
><%
>Dim objCDO
>Set objCDO = Server.CreateObject("CDONTS.NewMail")
>objCDO.To = "reetu@b..."
>objCDO.From = "reetu_m@h..."
>Dim txtSubject
>txtSubject = "test...test
>objCDO.Subject = "Test"
>objCDO.Body = txtSubject
>objCDO.Send
>%>
>
>Can anyone suggest a possible solution ?
>
>Thank you,
>
>Reetu Mathur
>
>


_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* 
http://join.msn.com/?page=features/junkmail


Message #5 by Russ Harding <RHarding@s...> on Wed, 05 Feb 2003 11:28:13 -0700
Make sure that the folder your running this .asp script under is set in
IIS as an application.

Russell Harding
InterACT/TransACT Systems Support
Office: 1-303-723-4613
Mobile: 1-720-273-7652
Fax: 1-303-723-4698 or 4699

RHarding@s...
7202737652@m...
InterACT@s...

--- How do I set a laser printer to stun? --- 

 

-----Original Message-----
From: Reetu Mathur [mailto:reetu_m@h...] 
Sent: Wednesday, February 05, 2003 09:40
To: ASP CDO
Subject: [asp_cdo] RE: Email Form Results


Thank you for replying.

I have added the missing ". But I contine to get the same error. You see
I 
have no problem in creating a "CDONTS.NewMail" object. It is only when I
say 
"objCDO.Send" the error pops up.

Regards,

Reetu Mathur

>From: "Allen, William" <WAllen@s...>
>Reply-To: "ASP CDO" <asp_cdo@p...>
>To: "ASP CDO" <asp_cdo@p...>
>Subject: [asp_cdo] RE: Email Form Results
>Date: Wed, 5 Feb 2003 11:03:16 -0500
>
>You are missing a " form the end of your string.
>
>-----Original Message-----
>From: Reetu Mathur [mailto:reetu_m@h...]
>Sent: February 05, 2003 10:59 AM
>To: ASP CDO
>Subject: [asp_cdo] Email Form Results
>
>
>Hello,
>
>I am trying to accomplish a very simple task of mailing form results. I

>started out with trying to just send a quick email to myself by running

>the following script(attached). But everytime I run the script i get 
>the following error
>
>error '80090020'
>An internal error occurred.
>
>/test/test.asp, line 23
>
>Line 23 is objCDO.Send
>
><%
>Dim objCDO
>Set objCDO = Server.CreateObject("CDONTS.NewMail")
>objCDO.To = "reetu@b..."
>objCDO.From = "reetu_m@h..."
>Dim txtSubject
>txtSubject = "test...test
>objCDO.Subject = "Test"
>objCDO.Body = txtSubject
>objCDO.Send
>%>
>
>Can anyone suggest a possible solution ?
>
>Thank you,
>
>Reetu Mathur
>---
>Change your mail options at http://p2p.wrox.com/manager.asp or to 
>unsubscribe send a blank email to 
>
>
>---
>Change your mail options at http://p2p.wrox.com/manager.asp or to 
>unsubscribe send a blank email to 


_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* 
http://join.msn.com/?page=features/junkmail



Message #6 by Erik Danielsen <erik.steen@o...> on Wed, 26 Feb 2003 20:49:52 +0100
You are missing a " in txtSubject.
Anyways I did'nt answer this one to start with I think.
>=3D=3D=3D=3D=3D Original Message From "ASP CDO" <asp_cdo@p...> =3D=3D=3D=3D=3D
>Thank you for replying.
>
>I have added the missing ". But I contine to get the same error. You see I
>have no problem in creating a "CDONTS.NewMail" object. It is only when I say
>"objCDO.Send" the error pops up.
>
>Regards,
>
>Reetu Mathur
>
>>From: "Allen, William" <WAllen@s...>
>>Reply-To: "ASP CDO" <asp_cdo@p...>
>>To: "ASP CDO" <asp_cdo@p...>
>>Subject: [asp_cdo] RE: Email Form Results
>>Date: Wed, 5 Feb 2003 11:03:16 -0500
>>
>>You are missing a " form the end of your string.
>>
>>-----Original Message-----
>>From: Reetu Mathur [mailto:reetu_m@h...]
>>Sent: February 05, 2003 10:59 AM
>>To: ASP CDO
>>Subject: [asp_cdo] Email Form Results
>>
>>
>>Hello,
>>
>>I am trying to accomplish a very simple task of mailing form results. I
>>started out with trying to just send a quick email to myself by running
>>the following script(attached). But everytime I run the script i get the
>>following error
>>
>>error '80090020'
>>An internal error occurred.
>>
>>/test/test.asp, line 23
>>
>>Line 23 is objCDO.Send
>>
>><%
>>Dim objCDO
>>Set objCDO =3D Server.CreateObject("CDONTS.NewMail")
>>objCDO.To =3D "reetu@b..."
>>objCDO.From =3D "reetu_m@h..."
>>Dim txtSubject
>>txtSubject =3D "test...test
>>objCDO.Subject =3D "Test"
>>objCDO.Body =3D txtSubject
>>objCDO.Send
>>%>
>>
>>Can anyone suggest a possible solution ?
>>
>>Thank you,
>>
>>Reetu Mathur
>>
>>
>
>
>_________________________________________________________________
>STOP MORE SPAM with the new MSN 8 and get 2 months FREE*
>http://join.msn.com/?page=3Dfeatures/junkmail
>
>

----------------------------------------------------
F=E5 din egen gratis email p=E5 http://www.mail.forum.dk


  Return to Index