Mailto

Mailto link on Contact button - good UX?

Mailto link on Contact button - good UX?
  1. Are mailto links a good idea?
  2. Why not Use mailto?
  3. What is a major security threat with the mailto hyperlink?
  4. What is the alternative to mailto option?

Are mailto links a good idea?

Essentially, an HTML mailto link is a link that triggers the user's default mail client to open so they can reply to a message. If you're a fan of email HTML forms and know your way around the coding aspect of things, a mailto link can be preferable, in some cases.

Why not Use mailto?

# The problem with mailto links

Firstly, mailto links make it hard to copy the address, for example if you want to share the email address with someone else. Secondly, some users use more than one mail app, and the link just uses whichever has been setup as the default, without giving them the option to use the other.

What is a major security threat with the mailto hyperlink?

As a general rule mailto links can be considered safe. Their primary threat vector is information disclosure; as discussed above, they lead to sending mail out.

What is the alternative to mailto option?

The best alternatives to I hate mailto are npm , Unmailto and NoMail. If these 3 options don't work for you, we've listed a few more alternatives below.

Better way to represent the text in the screen [closed]
How do I hide text and make it accessible by screen reader?How do you emphasize text in a screen reader?Which view is best for reading text on screen...
What is the concensus on links or buttons on the context of nested routes?
What are nested routes?What are nested routes in react router?Can we use nested switch in react router? What are nested routes?To recap, nested rout...
Agree to Terms and Conditions, Privacy
What does I agree to the terms and conditions and Privacy Policy?What happens if you agree to terms and conditions?Do users have to agree to Privacy ...