How can I embed an email address as a hyperlink, to have the recipient be able to click on it and automatically open up a new email to reply with?
I tried doing it the traditional way, however, if the recipient was not on safari (ie using another browser such as chrome), it would default to error web page or try to open up google mail on macbook if using a mac.
How I can accomplish this without issues?
Solved! Go to Solution.
You didn't say "mailto:" (please try to be explicit about your current environment so wider set of people can give you on-topic answers).
But your answer is here: https://blog.teknkl.com/stop-trying-to-track-mailto-links-if-you-want-them-to-work/
You didn't say "mailto:" (please try to be explicit about your current environment so wider set of people can give you on-topic answers).
But your answer is here: https://blog.teknkl.com/stop-trying-to-track-mailto-links-if-you-want-them-to-work/
Thank you so much! This solved my issue and the blog was so informative as to giving me a further detailed explanation on why.