Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. small help for email sending

small help for email sending

Scheduled Pinned Locked Moved ASP.NET
comhelpcsharphtmlasp-net
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    Hemant Thaker
    wrote on last edited by
    #1

    Hi.. Didn't find correct Forum so writting in asp.net messageboard. as I am using this website frequently and used to it. I have one html document with some inputboxes and a submit button. On clicking the submit button, the data of all inputboxes should be emailed to an email ID. I am trying to use VBscript for this functionality. as under Set objMessage = CreateObject("CDO.Message") objMessage.Subject = "Subject" objMessage.Sender = "administrator@savilltech.com" objMessage.To = "thaker_hemant@yahoo.co.in" objMessage.TextBody = "Your identity is compromised." objMessage.Send but getting some error... activex can generate object CDO or something My website is online and I will be putting this html page to the same. thanks.

    By: Hemant Thaker

    Y 1 Reply Last reply
    0
    • H Hemant Thaker

      Hi.. Didn't find correct Forum so writting in asp.net messageboard. as I am using this website frequently and used to it. I have one html document with some inputboxes and a submit button. On clicking the submit button, the data of all inputboxes should be emailed to an email ID. I am trying to use VBscript for this functionality. as under Set objMessage = CreateObject("CDO.Message") objMessage.Subject = "Subject" objMessage.Sender = "administrator@savilltech.com" objMessage.To = "thaker_hemant@yahoo.co.in" objMessage.TextBody = "Your identity is compromised." objMessage.Send but getting some error... activex can generate object CDO or something My website is online and I will be putting this html page to the same. thanks.

      By: Hemant Thaker

      Y Offline
      Y Offline
      Yusuf
      wrote on last edited by
      #2

      Hemant Thaker wrote:

      Didn't find correct Forum so writting in asp.net messageboard.

      Well there is the Web Development Forum[^]

      Hemant Thaker wrote:

      but getting some error...

      What is the error your getting?

      Hemant Thaker wrote:

      activex can generate object CDO or something

      ActiveX has nothing to do with CDO. ActiveX is client side technology, where as CDO is server side.

      Yusuf May I help you?

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups