Send a confirmation link to the mail id provided
Posted: Fri Aug 22, 2008 1:18 am
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
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?
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";
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?