Forum Moderators: coopster

Message Too Old, No Replies

How to get recipient email address in Email

email

         

likchin

1:20 am on Aug 2, 2005 (gmt 0)

10+ Year Member



Hi,

I am using php to sent out email using command mail() and i put all the recipeints in BCC. So when recipient receive the email, he/she can click on the link in the email content to link back to the system. So now any idea how to get the recipient email when the recipient click the link.

lobo235

1:29 am on Aug 2, 2005 (gmt 0)

10+ Year Member



You wouldn't be able to do it this way since everyone is being BCC'ed. You would have to send the emails one by one and that way you could modify the link you are sending to each user to be something like <a href="fromemail.php?email=somebody@somewhere.com">Click Here!</a>

likchin

2:54 am on Aug 2, 2005 (gmt 0)

10+ Year Member



Thanks.

lobo235

3:11 pm on Aug 2, 2005 (gmt 0)

10+ Year Member



No problem. Welcome to WebmasterWorld!