Go to file
Nicolai Ort 89a3a665ed Removed all the demo stuff 2020-08-29 14:02:59 +02:00
dist renamed to mailymaily 2020-08-29 13:59:02 +02:00
src renamed to mailymaily 2020-08-29 13:59:02 +02:00
.csslintrc Now based on mailtoui 2020-08-29 13:55:43 +02:00
.eslintignore Now based on mailtoui 2020-08-29 13:55:43 +02:00
.eslintrc Now based on mailtoui 2020-08-29 13:55:43 +02:00
.gitignore Now based on mailtoui 2020-08-29 13:55:43 +02:00
README.md renamed to mailymaily 2020-08-29 13:59:02 +02:00
gulpfile.js Removed all the demo stuff 2020-08-29 14:02:59 +02:00
package-lock.json renamed to mailymaily 2020-08-29 13:59:02 +02:00
package.json renamed to mailymaily 2020-08-29 13:59:02 +02:00

README.md

mailymaily

A simple way to enhance your mailto links with a convenient user interface.

Latest release Total downloads License Share on Twitter

Introduction

mailymaily is a JavaScript library that enhances your mailto links with a convenient user interface. It gives your users the flexibility to compose a new message using a browser-based email client or their default local email app.

mailymaily is ideal for static sites or any other site where you don't want to spend time setting up a "Contact Us" form solution.

Quick Setup

STEP 1

Add mailymaily via CDN to the bottom of your page, just before the closing </body> tag.

IMPORTANT: Be sure to replace [version] with the latest version number.

<body>
    ...
    ...
    <script src="https://cdn.jsdelivr.net/npm/mailymaily@[version]/dist/mailymaily-min.js"></script>
</body>

STEP 2

Attach your mailto link to mailymaily by adding the class mailymaily to the <a> tag.

<a class="mailymaily" href="mailto:tony.stark@example.com">Contact Tony</a>

That's it! Your mailto link is now using mailymaily. Refresh your page and try it out.

Documentation

For full documentation, visit mailymaily.com.

Contributing

If you're interested in contributing to mailymaily, please follow the directions in the contributing docs before working on a pull request.

License

MIT