Hello,
I display the list of all persons from a table.Theres a possiblity to contact this person on clicking the link "Contact the person"
When the user clicks on this, I open a page where the user can enter his name, e-mail and some text.So far so good....
Now, When the user submits this information, I want to send an automatic e-mail to the user submitted like:
Hello (the NAME which he submitted),
You have contaced this person with ID.If this is true, click on the following link to activate.
I want to do this activation purpose in-order to avoid spam.
Now, the user e-mail or account has been validated and the admin or the mod can send him the details of the person who he would like to contact.
So, how should i do this one, what are the details i should store in the table, how shld it look like??
Can somebody give me some hints in-order to get this done.
Thanks in advance