Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_cdo thread: asp professioanl -email


Message #1 by "Dragan loncar" <draganl@s...> on Thu, 12 Apr 2001 04:31:29
hello

In the book professional ASP 2.0 in the chapter 18(ASP and Internet Mail) 

page 650 is explanation how to create newmail object. When I write this 

code 

<%option explicit %>

<!--include file="cdovbs.inc"-->

<%

set objMail=creteobject("CDONTS.Newmail")

objMail.send ("robert@h...","jdr@t...","Bed News","I own you 

money")

set objMail=nothing

%>

I got message that server can't create object Newmail. I have NTServer on 

my computer and I have CDONTS.dll file in my computer.

please help me

regards

 
Message #2 by Jonothon Ortiz <jon@x...> on Thu, 12 Apr 2001 07:52:47 -0400
--=====================_202782==_.ALT

Content-Type: text/plain; charset="us-ascii"; format=flowed



read the FAQ for CDO on p2p.wrox.com on how to properly send mail using 

NewMail =)



At 10:34 AM 4/12/01 +0100, you wrote:

>hello

>In the book professional ASP 2.0 in the chapter 18(ASP and Internet Mail)

>page 650 is explanation how to create newmail object. When I write this

>code

><%option explicit %>

><!--include file="cdovbs.inc"-->

><%

>set objMail=creteobject("CDONTS.Newmail")

>objMail.send ("robert@h...","jdr@t...","Bed News","I own you

>money")

>set objMail=nothing

>%>

>I got message that server can't create object Newmail. I have NTServer on

>my computer and I have CDONTS.dll file in my computer.

>please help me

>regards

>

>---

>SoftArtisans helps developers build robust, scalable Web applications!

>Excel Web reports, charts: http://www.softartisans.com/excelwriter.html

>File uploads: http://www.softartisans.com/saf.html

>Transactional file management: http://www.softartisans.com/saf1.html

>Scalability: http://www.softartisans.com/saxsession.html

>ASPstudio value pack: http://www.softartisans.com/aspstudiosuite.html






Jonothon Ortiz

Senior Web Developer

Xnext Inc.

Ph:863.298.9698

or 888.84.XNEXT

http://www.Xnext.com

mailto:jon@X...







  Return to Index