{"id":21414738,"url":"https://github.com/parking-master/simple-mailer","last_synced_at":"2026-05-20T19:32:47.154Z","repository":{"id":159267505,"uuid":"436375402","full_name":"Parking-Master/Simple-Mailer","owner":"Parking-Master","description":"A simple and secure client-side JavaScript library for mailing to specific email addresses (HTML supported).","archived":false,"fork":false,"pushed_at":"2022-12-21T21:56:33.000Z","size":485,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T05:25:46.116Z","etag":null,"topics":["email","javascript","mail","node","node-js","nodejs","web","webapi","webapp"],"latest_commit_sha":null,"homepage":"https://simplemailer.loca.lt","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/Parking-Master.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-08T19:57:21.000Z","updated_at":"2022-11-02T14:30:31.000Z","dependencies_parsed_at":"2023-06-11T12:45:30.597Z","dependency_job_id":null,"html_url":"https://github.com/Parking-Master/Simple-Mailer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Parking-Master%2FSimple-Mailer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Parking-Master%2FSimple-Mailer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Parking-Master%2FSimple-Mailer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Parking-Master%2FSimple-Mailer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Parking-Master","download_url":"https://codeload.github.com/Parking-Master/Simple-Mailer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243911273,"owners_count":20367651,"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":["email","javascript","mail","node","node-js","nodejs","web","webapi","webapp"],"created_at":"2024-11-22T18:33:06.623Z","updated_at":"2026-05-20T19:32:42.135Z","avatar_url":"https://github.com/Parking-Master.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple-Mailer\nA simple and secure client-side JavaScript library for mailing to specific email addresses (HTML supported).\n\nImagine if emailing someone with pure JavaScript was this easy:\n```javascript\nemail(\"someone@example.com\", \"Subject\", \"Message\");\n```\n_Well now it is._\n\n## Setup\n1. Go to simplemailer.loca.lt\n2. Click \"Signup\" at the top right corner or go to simplemailer.loca.lt/signup\n3. Signup by entering your Username, Email \u0026 Password and check your email inbox\n4. Confirm your email and log in to simplemailer.\n5. In your home page, take note of your API key or get a new one by clicking the \"↺\" button\n6. Paste the following in your webpage's code:\n```html\n\u003cscript src=\"https://simplemailer.loca.lt/js/YOUR_API_KEY/mailer.js\"\u003e\u003c/script\u003e\n```\n(If you get an error on your page, try signing up again)\u003cbr\u003e\n\u003cbr\u003e\n\u0026nbsp;\u0026nbsp;7. You have Simple Mailer in your page!\u003cbr\u003e\n\u0026nbsp;\u0026nbsp;8. To use it, follow the documentation below.\u003cbr\u003e\n\n### Documentation\nSimple-Mailer uses a _simple_ function called `email`.\n\nIt has four arguments:\n```javascript\nemail(TO, NAME, SUBJECT, BODY);\n```\n\n  - **TO** \\- The email address to send the email to.\n  - **NAME** \\- The name that appears in the email header (Can be left blank).\n  - **SUBJECT** \\- The subject of the email (Can be left blank).\n  - **BODY** \\- The body of the email \\- Can include pure HTML5 (Can be left blank).\n\n_Be careful - there is a delay on sending emails. You can only send up to 1 email per minute._\nYou can also change the function name through your Home Page in Simple Mailer.\n\nSource code from your file (for simplemailer) is not shareable because Simple Mailer\u003cbr\u003e\nchecks if that user exists before posting an email to our servers.\n## License\nMIT\n\n_Note: Simple Mailer's site is hosted with Node.js. Credit to Node.js for helping make this project easier._\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparking-master%2Fsimple-mailer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparking-master%2Fsimple-mailer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparking-master%2Fsimple-mailer/lists"}