Sending links in mail
Posted: Mon Sep 01, 2008 9:30 am
Hi,
I am sending a link in mail where the receipents will click to visit the site.
Unfortunately, the links are disabled. I am only getting the text "Click Here" in blue text but the link is disabled.
I have tested this for all mail servers link Gmail, Hotmail and Yahoomail.
Below is the Code for your reference.
$return_html.= "<a href='.$customer_url.'new_user_sign_up_verification.php?conf_code=".$confirm_code."&email=".$str_Email."&lang=".$str_lang."'>". $ADMIN_MAIL4 ."</a>";
Please help me to enable the link in the mail sent to the users.
Thank you.
Santosh
I am sending a link in mail where the receipents will click to visit the site.
Unfortunately, the links are disabled. I am only getting the text "Click Here" in blue text but the link is disabled.
I have tested this for all mail servers link Gmail, Hotmail and Yahoomail.
Below is the Code for your reference.
$return_html.= "<a href='.$customer_url.'new_user_sign_up_verification.php?conf_code=".$confirm_code."&email=".$str_Email."&lang=".$str_lang."'>". $ADMIN_MAIL4 ."</a>";
Please help me to enable the link in the mail sent to the users.
Thank you.
Santosh