This is a multi-part message in MIME format.
------=_NextPart_000_001A_01C176B6.7EFBEF50
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit
Hey, Elizabeta!
First you should e-mail your ISP to check if the CDONTS-component is
installed on the server!
--
Martin Johansson,
CEO & Project Supervisor
SD-Studios
http://www.sd-studios.com
-----Ursprungligt meddelande-----
Fran: Elizabeta Siljanovski [mailto:elizabetas@m...]
Skickat: den 26 november 2001 20:07
Till: ASP Databases
Amne: [asp_databases] RE: ASP and e-mail
Hi,
This is not working. Do you mind checking it out?
Thanks!
This is before the <HTML> tag:
<%
Const CdoBodyFormatText = 1
Const CdoBodyFormatHTML = 0
'Dim cdoObj (it acts the same with or without this line)
Set cdoObj = Server.CreateObject("CDONTS.NewMail")
cdoObj.BodyFormat = CdoBodyFormatText
cdoObj.To = "elizabetas@m..."
cdoObj.From = Request.Form ("Name")
cdoObj.Subject ="online store"
cdoObj.Body = Request.Form("Name")
cdoObj.Send
Set cdoObj = Nothing
%>
$subst('Email.Unsub')