Can we specify a particular email client while using href=mailto?

前端 未结 5 559
感情败类
感情败类 2020-12-07 03:46

Can we specify to use a particular email client while using

In my system it opens Microsoft Outlook. But what if so

5条回答
  •  离开以前
    2020-12-07 03:56

    On a Windows machine the [HKEY_CLASSES_ROOT\mailto\shell\open\command] contains the path to what program will open mailTo links. As such, it's not always the default mail program. I agree with Balexandre's idea that a web form gives you the most control though.

提交回复
热议问题