send email

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • DL

    send email

    Hi,

    I am trying to write a a form using php to send an email. the form would
    consist of a field for sender's name, recipient's name, subject and message.

    Is there any sample codes, or code snippets ?

    Thanks!


  • Eric Bouwers

    #2
    Re: send email

    Hi,

    Check:



    and then simply use the parameters you get from the form. These are in
    the $_GET or $_POST array..

    On Wed, 29 Dec 2004 03:21:34 +0800, "DL" <no@email.com > wrote:
    [color=blue]
    >Hi,
    >
    >I am trying to write a a form using php to send an email. the form would
    >consist of a field for sender's name, recipient's name, subject and message.
    >
    >Is there any sample codes, or code snippets ?
    >
    >Thanks!
    >[/color]

    Comment

    • sharma

      #3
      Re: send email

      make minor changes to this code use it....


      subbu

      Comment

      Working...