How Do I send an email thru my website ??

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wassimdaccache
    New Member
    • Apr 2007
    • 222

    How Do I send an email thru my website ??

    Hello everybody,


    Could some one help me to find a way to send an email to my account thru my website.

    I want a form that contains a textsurface and a submit button. once user click on the submit button i want to send the paragraph to a specific email on my domain.


    I am using html and javascripts on macromedia 2004 . Is that possible to do it using this materials ?

    Do i have to use some libraries from the hosting server ???


    Please all any suggestion to star my research will be appreciated.


    WASSIM S DACCACHE
  • hsriat
    Recognized Expert Top Contributor
    • Jan 2008
    • 1653

    #2
    This is not possible with JavaScript. You need to do that with a server side script.
    PHP or ASP or JSP... what ever you are using.

    Comment

    • wassimdaccache
      New Member
      • Apr 2007
      • 222

      #3
      Originally posted by hsriat
      This is not possible with JavaScript. You need to do that with a server side script.
      PHP or ASP or JSP... what ever you are using.
      First of all thank you for your quick reply.

      Do you have any idea or link that might help me in writing PHP on html file.

      Also I would like to ask if I need additional information from the server that I used to host my website.


      Thank you in advance


      WASSIM S DACCACHE
      CCE

      Comment

      • hsriat
        Recognized Expert Top Contributor
        • Jan 2008
        • 1653

        #4
        See if this thread helps you.

        Comment

        • rnd me
          Recognized Expert Contributor
          • Jun 2007
          • 427

          #5
          a lot of hosting packages will include this capability, and provide examples of using it. there a lots of examples floating around. just search "php email" and i bet you will find something. try simplemail.

          Comment

          Working...