PaulCooper
Programmer
Why does this line of code
Result in this output
Please look here for a fuller explanation
but clicking the link in the HTML e-mail does not fire the hyperlink?
Code:
vBody = vBody & "<a href=""[URL unfurl="true"]http://eric.greenlnk.net/it/service_storage_info.asp"">Please[/URL] look here</a>" & " for a fuller explanation <br><br>"
'Now dump the string into the body of the e-mail
.HTMLBody = vBody
Result in this output
Please look here for a fuller explanation
but clicking the link in the HTML e-mail does not fire the hyperlink?