How to send an e-mail....

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

    How to send an e-mail....

    Need some help...

    I have a form and one of the fileds is a users e-mail address

    I have the validity set-up and the form now works, accepts data and posts to
    a mysql database - that side works great...

    I now need to use the e-mail field in the form to send a mail back to the
    user who entered the form to let them know registration was a sucess...

    How do I do that?

    I'm suspect there is not an easy way so a link to a website or code would be
    helpful..

    Sorry about the crosspost - but this is an urgent one and I need a quick
    answer... i've googled but founf nuthin :(

    Thanks in Advance.

    Andy Mak


  • Geoff Berrow

    #2
    Re: How to send an e-mail....

    I noticed that Message-ID: <WzJre.23450$cN 2.15153@newsfe4-gui.ntli.net>
    from Domestos contained the following:
    [color=blue]
    >How do I do that?
    >
    >I'm suspect there is not an easy way so a link to a website or code would be
    >helpful..
    >
    >Sorry about the crosspost - but this is an urgent one and I need a quick
    >answer... i've googled but founf nuthin :([/color]

    Huh?


    --
    Geoff Berrow 011000100110110 0010000000110
    001101101011011 001000110111101 100111001011
    100110001101101 111001011100111 010101101011

    Comment

    • elyob

      #3
      Re: How to send an e-mail....


      "Geoff Berrow" <blthecat@ckdog .co.uk> wrote in message
      news:18qua1h4ic 820r9he94ieh1rt 3tag807h5@4ax.c om...[color=blue]
      >I noticed that Message-ID: <WzJre.23450$cN 2.15153@newsfe4-gui.ntli.net>
      > from Domestos contained the following:
      >[color=green]
      >>How do I do that?
      >>
      >>I'm suspect there is not an easy way so a link to a website or code would
      >>be
      >>helpful..
      >>
      >>Sorry about the crosspost - but this is an urgent one and I need a quick
      >>answer... i've googled but founf nuthin :([/color]
      >
      > Huh?
      > http://uk2.php.net/manual/en/function.mail.php[/color]

      Exactly. Put "mail" & "php" into google FFS.




      Comment

      Working...