You should wrap the url in an “<a></a>
” tag as some email clients won’t automatically convert urls to links:
<a href="http://tms.example.com">http://tms.example.com</a>
solved Make it as Web Link [closed]
You should wrap the url in an “<a></a>
” tag as some email clients won’t automatically convert urls to links:
<a href="http://tms.example.com">http://tms.example.com</a>
solved Make it as Web Link [closed]