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

python 3 IndexError: list index out of range -

android - How to save instance state of selected radiobutton on menu -

IF statement in MySQL trigger -