{"id":21195602,"url":"https://github.com/openpeeps/mailersend-nim","last_synced_at":"2026-03-19T19:16:35.936Z","repository":{"id":230916582,"uuid":"780245328","full_name":"openpeeps/mailersend-nim","owner":"openpeeps","description":"The unofficial MailerSend Nim SDK","archived":false,"fork":false,"pushed_at":"2024-04-03T14:24:35.000Z","size":200,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-21T14:15:41.982Z","etag":null,"topics":["api-client","api-client-nim","mailersend","nim","nim-client","nim-lang","nim-sdk","openpeeps","openpeeps-api","openpeeps-clients","sdk","smtp-client"],"latest_commit_sha":null,"homepage":"","language":"Nim","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openpeeps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-04-01T03:56:53.000Z","updated_at":"2024-04-01T18:10:22.000Z","dependencies_parsed_at":"2024-11-20T19:33:36.652Z","dependency_job_id":"174963d3-7f7e-4734-abe8-357c8d508cc4","html_url":"https://github.com/openpeeps/mailersend-nim","commit_stats":null,"previous_names":["openpeeps/mailersend-nim"],"tags_count":0,"template":false,"template_full_name":"openpeeps/pistachio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openpeeps%2Fmailersend-nim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openpeeps%2Fmailersend-nim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openpeeps%2Fmailersend-nim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openpeeps%2Fmailersend-nim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openpeeps","download_url":"https://codeload.github.com/openpeeps/mailersend-nim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243652711,"owners_count":20325607,"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":["api-client","api-client-nim","mailersend","nim","nim-client","nim-lang","nim-sdk","openpeeps","openpeeps-api","openpeeps-clients","sdk","smtp-client"],"created_at":"2024-11-20T19:29:05.677Z","updated_at":"2026-01-02T10:08:22.369Z","avatar_url":"https://github.com/openpeeps.png","language":"Nim","funding_links":["https://www.paypal.com/donate/?hosted_button_id=RJK3ZTDWPL55C"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/openpeeps/mailersend-nim/blob/main/.github/mailersend.png\" width=\"210px\" height=\"210px\"\u003e\u003cbr\u003e\n  Asynchronous Nim 👑 client for interacting with the \u003ca href=\"https://developers.mailersend.com/\"\u003eMailerSend API\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ccode\u003enimble install mailersend\u003c/code\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/\"\u003eAPI reference\u003c/a\u003e\u003cbr\u003e\n  \u003cimg src=\"https://github.com/openpeeps/mailersend-nim/workflows/test/badge.svg\" alt=\"Github Actions\"\u003e  \u003cimg src=\"https://github.com/openpeeps/mailersend-nim/workflows/docs/badge.svg\" alt=\"Github Actions\"\u003e\n\u003c/p\u003e\n\n## 😍 Key Features\n- Intuitive API interface\n- Direct to object serialization via `pkg/jsony`\n- Written in Nim 👑\n\n## Examples\n```nim\nimport pkg/mailersend\n\nvar\n  mls = initMailersend(getEnv(\"api_key\"))\n  mail = newEmail()\n\nmail.setSubject(\"Hello, this is a test\")\n    .setFrom(\"Example.com\", \"noreply@example.com\")\n    .setTo(\"Joël Chibuzo\", \"joel.chibuzo@test.com\")\n    .setText(\"This is a text/plain message\")\n    .setHtml(\"This is a \u003cstrong\u003etext/html\u003c/strong\u003e message\")\n\nlet x: XHeaders = waitFor mls.send(mail)\necho x # (id: \"660appx0cc4cf5d1c00xb113\", paused: false)\n\n# check current quota\nlet q = waitFor mls.getQuota()\necho q.remaining # 99\n```\n\n### ❤ Contributions \u0026 Support\n- 🐛 Found a bug? [Create a new Issue](https://github.com/openpeeps/mailersend-nim/issues)\n- 👋 Wanna help? [Fork it!](https://github.com/openpeeps/mailersend-nim/fork)\n- 😎 [Get €20 in cloud credits from Hetzner](https://hetzner.cloud/?ref=Hm0mYGM9NxZ4)\n- 🥰 [Donate via PayPal address](https://www.paypal.com/donate/?hosted_button_id=RJK3ZTDWPL55C)\n\n### 🎩 License\nMIT license. [Made by Humans from OpenPeeps](https://github.com/openpeeps).\u003cbr\u003e\nCopyright \u0026copy; 2024 OpenPeeps \u0026 Contributors \u0026mdash; All rights reserved.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenpeeps%2Fmailersend-nim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenpeeps%2Fmailersend-nim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenpeeps%2Fmailersend-nim/lists"}