Re: [PHP] Reporting mail as spam

2008-04-02 Thread Manuel Lemos
Hello, On Mon, Mar 31, 2008 at 12:01 PM, Sándor Tamás wrote: > Hi, > > I wrote a little registration routine, which will send a confirmation letter > to the user with a random number in the message body (my site is on a host, > so I can't write in the subject, and ask the user to reply), which

Re: [PHP] Reporting mail as spam

2008-04-01 Thread Richard Lynch
On Mon, March 31, 2008 11:01 am, Sándor Tamás (HostWare Kft.) wrote: > I wrote a little registration routine, which will send a confirmation > letter to the user with a random number in the message body (my site > is on a host, so I can't write in the subject, and ask the user to > reply), which ca

Re: [PHP] Reporting mail as spam

2008-03-31 Thread Daniel Brown
On Mon, Mar 31, 2008 at 12:01 PM, Sándor Tamás (HostWare Kft. ) <[EMAIL PROTECTED]> wrote: > Hi, > > I wrote a little registration routine, which will send a confirmation letter > to the user with a random number in the message body (my site is on a host, > so I can't write in the subject, and a

[PHP] Reporting mail as spam

2008-03-31 Thread HostWare Kft.
Hi, I wrote a little registration routine, which will send a confirmation letter to the user with a random number in the message body (my site is on a host, so I can't write in the subject, and ask the user to reply), which can be clicked then, and my site will finish the registration. My big p