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