Re: [PHP] email processing

2004-12-14 Thread Richard Lynch
adwin wijaya wrote: > I want to create a system to process the email that coming. For example, > I send a confirmation email to our client and they just simply reply the > email that we send to them to verify. The problem I got, I dont know how > to process the email that coming to our mailbox and

[PHP] email processing

2004-12-13 Thread adwin wijaya
Hi all :) I want to create a system to process the email that coming. For example, I send a confirmation email to our client and they just simply reply the email that we send to them to verify. The problem I got, I dont know how to process the email that coming to our mailbox and process the mes

Re: [PHP] email processing

2004-12-13 Thread David Green
Hi Adwin, I don't know if this'll help you but the way I've done it on my site is to send out a confirmation email with a link the user needs to follow to confirm. The link ends with two GET variables, one being the username and one being a unique number created for their account at time of reg