{"id":13468740,"url":"https://github.com/mariordev/mailtoui","last_synced_at":"2026-01-24T00:59:00.109Z","repository":{"id":33797517,"uuid":"161746430","full_name":"mariordev/mailtoui","owner":"mariordev","description":"A simple way to enhance your mailto links with a convenient user interface.","archived":false,"fork":false,"pushed_at":"2023-01-03T16:15:12.000Z","size":1358,"stargazers_count":193,"open_issues_count":29,"forks_count":12,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T12:11:50.666Z","etag":null,"topics":["interface","javascript","lean","mailto","no-dependencies","ui","vanilla-javascript","vanilla-js"],"latest_commit_sha":null,"homepage":"https://mailtoui.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mariordev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-14T07:14:12.000Z","updated_at":"2025-02-04T13:53:46.000Z","dependencies_parsed_at":"2023-01-15T02:37:43.662Z","dependency_job_id":null,"html_url":"https://github.com/mariordev/mailtoui","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariordev%2Fmailtoui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariordev%2Fmailtoui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariordev%2Fmailtoui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariordev%2Fmailtoui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mariordev","download_url":"https://codeload.github.com/mariordev/mailtoui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245597287,"owners_count":20641864,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["interface","javascript","lean","mailto","no-dependencies","ui","vanilla-javascript","vanilla-js"],"created_at":"2024-07-31T15:01:17.988Z","updated_at":"2026-01-24T00:59:00.085Z","avatar_url":"https://github.com/mariordev.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://mailtoui.com\"\u003e\n       \u003cimg src=\"https://mailtoui.com/assets/img/heading.jpg\" alt=\"MailtoUI\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003eA simple way to enhance your mailto links with a convenient user interface.\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\t\u003ca href=\"https://github.com/mariordev/mailtoui/releases\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/mailtoui.svg\" alt=\"Latest release\"\u003e\u003c/a\u003e\n\t\u003ca href=\"https://www.npmjs.com/package/mailtoui\"\u003e\u003cimg src=\"https://img.shields.io/npm/dt/mailtoui.svg\" alt=\"Total downloads\"\u003e\u003c/a\u003e\n\t\u003ca href=\"https://github.com/mariordev/mailtoui/blob/master/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/mariordev/mailtoui.svg\" alt=\"License\"\u003e\u003c/a\u003e\n\t\u003ca href=\"https://twitter.com/intent/tweet?text=Check%20this%20out!%20\u0026url=https%3A%2F%2Fmailtoui.com\"\u003e\u003cimg src=\"https://img.shields.io/twitter/url/https/mailtoui.com.svg?style=social\" alt=\"Share on Twitter\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Introduction\n\nMailtoUI 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 \u003cstrong\u003e\u003ci\u003eor\u003c/i\u003e\u003c/strong\u003e their default local email app.\n\nMailtoUI is ideal for static sites or any other site where you don't want to spend time setting up a \"Contact Us\" form solution.\n\n## Quick Setup\n\n### STEP 1\n\nAdd MailtoUI via CDN to the bottom of your page, just before the closing `\u003c/body\u003e` tag. \n\nIMPORTANT: Be sure to replace `[version]` with the latest version number.\n\n```html\n\u003cbody\u003e\n    ...\n    ...\n    \u003cscript src=\"https://cdn.jsdelivr.net/npm/mailtoui@[version]/dist/mailtoui-min.js\"\u003e\u003c/script\u003e\n\u003c/body\u003e\n```\n\n### STEP 2\n\nAttach your mailto link to MailtoUI by adding the class `mailtoui` to the `\u003ca\u003e` tag.\n\n```html\n\u003ca class=\"mailtoui\" href=\"mailto:tony.stark@example.com\"\u003eContact Tony\u003c/a\u003e\n```\n\nThat's it! Your mailto link is now using MailtoUI. Refresh your page and try it out.\n\n\n## Documentation\n\nFor full documentation, visit [mailtoui.com](https://mailtoui.com).\n\n## Contributing\n\nIf you're interested in contributing to MailtoUI, please follow the directions in the [contributing docs](https://github.com/mariordev/mailtoui/blob/master/.github/CONTRIBUTING.md) **before working on a pull request**.\n\n## License\n\n[MIT](https://github.com/mariordev/mailtoui/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmariordev%2Fmailtoui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmariordev%2Fmailtoui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmariordev%2Fmailtoui/lists"}