[PHP] Help, need the scripts of processing the to-be-confirmed email.

2001-10-25 Thread Web user

I need to some help about example scripts on:
Question 1:
How to process the confirmation email by clicking the url given in the email
and by replying the email.

Question 2:
I know if using mail(), the From field of the mail sent out is always the
web host server's mail sendout server,
not from my own email box. How to send out the email which looks like
sending out from my own email box.
Question 3:
How to let MYSQL automatically delete the unactivated signups?


Thanks!
Mike











-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] Help, need the scripts of processing the to-be-confirmed email.

2001-10-25 Thread Martin Towell

Question 2:
you'll notice the 4th parameter to mail() is the headers to send. You can
use something like:
From: Name [EMAIL PROTECTED]\r\n
or
From: Name [EMAIL PROTECTED]\r\nReply-To: Name [EMAIL PROTECTED]\r\n
(can't remember if this the right format for the name/email address, but
those are the header fields to use...)


-Original Message-
From: Web user [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 26, 2001 2:43 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Help, need the scripts of processing the to-be-confirmed
email.


I need to some help about example scripts on:
Question 1:
How to process the confirmation email by clicking the url given in the email
and by replying the email.

Question 2:
I know if using mail(), the From field of the mail sent out is always the
web host server's mail sendout server,
not from my own email box. How to send out the email which looks like
sending out from my own email box.
Question 3:
How to let MYSQL automatically delete the unactivated signups?


Thanks!
Mike











-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]