php - why hyperlink is not showing/working in gmail after sending password reset mail? -


i sending email server password reset purpose. test purpose i'm sending gmail , yahoo mail. mail delivery gmail , yahoo mail both return link missing gmail , in yahoo shows garbage in <a> tag.

i sending

click here change password <a href="localhost:4778/resetrequest?id=25fafb03-9715-4003-80bf-e362259afa77">please click link</a> 

in gmail, showing

it showing <a> tag empty suppose contain href link.

need please.

you need http protocol in href value. otherwise gmail not consider valid link

<a href="http://localhost:4778/">some link</a> 

Comments

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -