markdown-link-check icon indicating copy to clipboard operation
markdown-link-check copied to clipboard

`mailto:` link with multiple emails isn't handled correctly

Open DanielYang59 opened this issue 10 months ago • 6 comments

It looks mailto: link with multiple emails might not have been handled correctly,

The links has the following format (I removed the real email addresses for privacy concerns, but if there emails addresses are necessary to recreate this you could check here, it's public):

mailto:user_a@address,[email protected],[email protected]?subject=someSubjectOfTheEmail

And I got the following error:

[✖] mailto:user_a@address,[email protected],[email protected]?subject=someSubjectOfTheEmail → Status: 400

I'm not sure if this is an isemail issue though, but I noticed it's no longer maintained:

This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

DanielYang59 avatar Nov 29 '24 11:11 DanielYang59