Ember component to create HTML mailto links.
ember install ember-mail-to
Creates the following element:
<a href="mailto:[email protected][email protected],[email protected]&[email protected]&subject=Email%20Subject&body=Email%20Body">
Click here to send an email
</a>
This project is licensed under the MIT License.