Send Email Use Html?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Atran
    Contributor
    • May 2007
    • 319

    Send Email Use Html?

    Hello, I use Html 4.0 in Dreamweaver program, to send an email, I know that I must put a Form, and I make the Form Action:

    mailto:MyEmail@ hotmail.com

    Then I put to the Form three textboxes:
    1- From Textbox.
    2- Title Textbox.
    3- Message Textbox.

    And I make a submit button to the Form.
    When I debug it:
    First I press the submit button, then Outlook program start running, So I do not want to send email by outlook, I want send email by Pressing the button.
    Second, How Html can understand Title TextBox for Email Title, or Message TextBox for the email index.
    Thanks for anyhelp.
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    The email program used is whatever the default is set by the user. I don't know if javascript can change that by I doubt it.

    Comment

    • nomad
      Recognized Expert Contributor
      • Mar 2007
      • 664

      #3
      Originally posted by Atran
      Hello, I use Html 4.0 in Dreamweaver program, to send an email, I know that I must put a Form, and I make the Form Action:

      mailto:MyEmail@ hotmail.com

      Then I put to the Form three textboxes:
      1- From Textbox.
      2- Title Textbox.
      3- Message Textbox.

      And I make a submit button to the Form.
      When I debug it:
      First I press the submit button, then Outlook program start running, So I do not want to send email by outlook, I want send email by Pressing the button.
      Second, How Html can understand Title TextBox for Email Title, or Message TextBox for the email index.
      Thanks for anyhelp.
      You will have to do this use PHP and a html file
      The HTML for the input and PHP for the output.
      If you need help please let me know
      PS you also will need a thank your reply in html.
      nomad

      Comment

      • Atran
        Contributor
        • May 2007
        • 319

        #4
        Originally posted by nomad
        You will have to do this use PHP and a html file
        The HTML for the input and PHP for the output.
        If you need help please let me know
        PS you also will need a thank your reply in html.
        nomad
        Hello.
        Yes I need to help, and I dont know how to use PHP.
        Thanks for your help.

        Comment

        • drhowarddrfine
          Recognized Expert Expert
          • Sep 2006
          • 7434

          #5
          Then please carry this conversation over to the PHP board.

          Comment

          • nomad
            Recognized Expert Contributor
            • Mar 2007
            • 664

            #6
            Originally posted by Atran
            Hello.
            Yes I need to help, and I dont know how to use PHP.
            Thanks for your help.
            This is some what hard to explain. Take a look at this site.
            http://www.tele-pro.co.uk/scripts/contact_form/ is very easy to use.
            If you still need help I will write one out for you, but you have to proof to me that you tried.
            Good luck
            nomad

            Comment

            • Atran
              Contributor
              • May 2007
              • 319

              #7
              Thanks you all, And I will check the site.

              Comment

              • lilOlMe
                New Member
                • May 2007
                • 74

                #8
                Originally posted by Atran
                Hello, I use Html 4.0 in Dreamweaver program, to send an email, I know that I must put a Form, and I make the Form Action:

                mailto:MyEmail@ hotmail.com

                Then I put to the Form three textboxes:
                1- From Textbox.
                2- Title Textbox.
                3- Message Textbox.

                And I make a submit button to the Form.
                When I debug it:
                First I press the submit button, then Outlook program start running, So I do not want to send email by outlook, I want send email by Pressing the button.
                Second, How Html can understand Title TextBox for Email Title, or Message TextBox for the email index.
                Thanks for anyhelp.
                Hi Atran,

                I'm under the impression that you know C# .NET.
                C# can handle this functionality.
                However, you will have to convert your project into an ASP.NET project..as you probably already know.

                There is even a .NET article found here on the scripts explaining how to send an email using .NET.

                Since you have an understanding of C# you should look into this.

                -LilOlMe

                Comment

                Working...