I created a messaging web application using AngularJS, and I successfully added functionality to share messages via email using the "mailto" link. However, this method only works if the user has an email client installed.
Now, I am looking for a solution to enable users to share messages directly through their browser, similar to how they would share on social media platforms like Twitter.
My question is: Is there a way to implement a button that allows users to share messages via email through their web browser, or are email services like Gmail, Yahoo, and Outlook restricted from this type of direct sharing?