Page 1 of 1

Send a confirmation link to the mail id provided

Posted: Fri Aug 22, 2008 1:18 am
by coder500
I am capturing username and email id.
I want to verify client's email id before sending the report.
So before sending the report I like to send a verification link to the mail id provided.
I am not clear how I can achieve it.
I tried

Code: Select all

 $name=$_POST['name'];
$body = "Click On this link (http://www.worth2read.org/test/PhpMaile ... .php?$name to verify your mail Id";
 
But the mail I am getting is as follows :
Click On this link (http://www.worth2read.org/test/PhpMaile ... onfirm.php? to verify your mail Id .
That means the captured name is not passed.
Any help?

Re: Send a confirmation link to the mail id provided

Posted: Fri Aug 22, 2008 1:36 am
by jaoudestudios
how are you creating the link, can we see your code?