MelodyUkOk
05-22-2003, 04:22 PM
i know how to do form mail and evrythin but u know like other sign up websites, wen u submit, u get a email straight away confirming with u with d detalis. Well, how do i do that because theyre gonna have to wait 24hrs b4 they get d email back.
amicus
05-22-2003, 04:43 PM
the ones with the online forms are doing with an applications. the application takes in the form fields and processes it then sends out the email automatically. you'd need a backend application that has access to a mail server.
i think php, perl, cgi can do it without a mail server but i'm not an expert on any of those technologies.