retrieve user email after email sent

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jackmn1
Forum Newbie
Posts: 9
Joined: Thu Jul 01, 2010 4:49 am

retrieve user email after email sent

Post by jackmn1 »

Hi,

I have setup a standard contact form that sends an email using php "mail" function in my new website.
Today, I received an email from a potential client through my website. However, unfortunately, I did not receive the user's email address because (as I discovered after wards), there was a syntax problem in the function, so all I received is their name and message.
I am certain that the user has entered their email address because the form has validation, it just didn't send me the address so I have no way to contact that client...
Is there a way to retrieve the lost email address from the server somehow?

Thanks in advance
Post Reply