Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: SV: RE: ASP and e-mail


Message #1 by "SD-Studios" <info@s...> on Mon, 26 Nov 2001 20:11:12 +0100
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')








Message #2 by "Elizabeta Siljanovski" <elizabetas@m...> on Mon, 26 Nov 2001 23:11:38 -0500
This is a multi-part message in MIME format.



------=_NextPart_000_000A_01C176CF.B6A132D0

Content-Type: text/plain;

	charset="us-ascii"

Content-Transfer-Encoding: 7bit



Thanks!









  Return to Index