Send note via email #->📧

Ideally one would click RMB on their note and from context menu be able to choose send via email. Their default email app would open then and in its editor the message would be composed with the subject being note title and body note content. Then user would just need to enter the Recipient/CC/BCC, check if the composed HTML/RichText looks proper and eventually send the message.
This is common and nice to have feature in many other apps e.g. Onenote which likely improves the workflow for those who often sends emails.

Hey, you can check this: GitHub - Ssentiago/obdidian-send-note-via-email

Satisfies the request?

Hi,
Many thanks for the interest.
This plugin works however when it compose the email its body is in markdown.
Therefore most of the features are not properly displayed.
Ideally the body shall be entered as HTML since that’s default format of most email services.
There are already plugins which are able to convert MD to HTML.
If that’s your wish you can merge them with your solution.
https://github.com/jenningsb2/copy-as-html
https://github.com/mvdkwast/obsidian-copy-as-html
Many thanks in advance.