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. how to design send email using form by HTML

how to design send email using form by HTML

Scheduled Pinned Locked Moved Web Development
questionhtmldesigntutorial
5 Posts 5 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.
  • L Offline
    L Offline
    Lost User
    wrote on last edited by
    #1

    i want to create a form to send email how can i create it using just html? that mean i want to create a form then i clik submit the all the data in the form with send by email

    J C G 3 Replies Last reply
    0
    • L Lost User

      i want to create a form to send email how can i create it using just html? that mean i want to create a form then i clik submit the all the data in the form with send by email

      J Offline
      J Offline
      Jon Sagara
      wrote on last edited by
      #2

      AFAIK, you can't do this using *just* HTML. You have to use some sort of server scripting language and a mailing component. ASP supports this functionality if you're a Windows guy, or if you're on *nix, PHP does this *very* easily (1 function call). Jon Sagara "We assume you already know not to consider something like Windows as a firewall platform. Does the name "Windows" evoke images of security? Silly rabbit, Windows is for desktops." -- Unix System Administration Handbook

      R 1 Reply Last reply
      0
      • J Jon Sagara

        AFAIK, you can't do this using *just* HTML. You have to use some sort of server scripting language and a mailing component. ASP supports this functionality if you're a Windows guy, or if you're on *nix, PHP does this *very* easily (1 function call). Jon Sagara "We assume you already know not to consider something like Windows as a firewall platform. Does the name "Windows" evoke images of security? Silly rabbit, Windows is for desktops." -- Unix System Administration Handbook

        R Offline
        R Offline
        Ryan Getgen
        wrote on last edited by
        #3

        Indeed... you're going to need more than just HTML. Try searching at google for formmail. Or.. you could learn PHP.. which is nice.

        1 Reply Last reply
        0
        • L Lost User

          i want to create a form to send email how can i create it using just html? that mean i want to create a form then i clik submit the all the data in the form with send by email

          C Offline
          C Offline
          Carolina
          wrote on last edited by
          #4

          If you are using Windows, the component to use is cdonts. You can create a new mail object with the line set mail = server.createobject("cdonts.newmail") Consultant, system/web developer. IMS Consulting AB, Sweden

          1 Reply Last reply
          0
          • L Lost User

            i want to create a form to send email how can i create it using just html? that mean i want to create a form then i clik submit the all the data in the form with send by email

            G Offline
            G Offline
            Gavin Taylor
            wrote on last edited by
            #5

            Just use the following, it'll use the web clients default mail software:

            :suss:

            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