[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] Re: Mail in asp in cobalt
- Subject: Re: [cobalt-developers] Re: Mail in asp in cobalt
- From: "Taco Scargo" <taco.scargo@xxxxxxx>
- Date: Thu Aug 1 23:46:01 2002
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
Are you sure you have Spicepack installed or the latest version (3.6.2)
which includes spicepack ?
-
----- Original Message -----
From: <ashwin.gada@xxxxxxxxxxxx>
To: <cobalt-developers@xxxxxxxxxxxxxxx>
Sent: Thursday, August 01, 2002 11:54 PM
Subject: [cobalt-developers] Re: Mail in asp in cobalt
> his does not seem to be working
>
> i got the following error
> Server object error 'ASP 0177 : 800401f3'
>
> Server.CreateObject Failed
>
> /~aspwizard/testmail.asp, line 1
>
> Systemmessage, messageid = 0x800401f3
>
> while running the following asp script
>
> <%
> set objCDOMail = Server.CreateObject("CDONTS.NewMail")
> objCDOMail.Host = "asp.nieto.net"
> objCDOMail.From = "Your Name" & " <your.name@xxxxxxxxxxxxx>"
> objCDOMail.To = "ashwin.gada@xxxxxxxxxxxx"
> objCDOMail.Cc = "ashwin.gada@xxxxxxxxxxxx"
> objCDOMail.Bcc = "ashwin.gada@xxxxxxxxxxxx"
> objCDOMail.Subject = "This is the mail Subject"
> objCDOMail.Body = "Here goes your story."
> objCDOMail.Importance = 1
> '//:0=low 1=normal 2=high
> objCDOMail.Send
> set objCDOMail = Nothing
> %>
>
>
>
> _______________________________________________
> cobalt-developers mailing list
> cobalt-developers@xxxxxxxxxxxxxxx
> http://list.cobalt.com/mailman/listinfo/cobalt-developers
>