{"id":50800702,"url":"https://github.com/piksail/strapi-provider-email-plunk","last_synced_at":"2026-06-12T19:04:19.951Z","repository":{"id":293579706,"uuid":"984416732","full_name":"piksail/strapi-provider-email-plunk","owner":"piksail","description":"Plunk email provider for Strapi","archived":false,"fork":false,"pushed_at":"2025-07-15T07:57:10.000Z","size":73,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-08T14:18:57.145Z","etag":null,"topics":["plunk","strapi"],"latest_commit_sha":null,"homepage":"","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/piksail.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-15T22:38:55.000Z","updated_at":"2025-07-15T07:55:28.000Z","dependencies_parsed_at":"2025-05-16T03:33:45.210Z","dependency_job_id":"5e0c9311-9916-4b74-a500-496d71fe3d2b","html_url":"https://github.com/piksail/strapi-provider-email-plunk","commit_stats":null,"previous_names":["piksail/strapi-provider-email-plunk"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/piksail/strapi-provider-email-plunk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piksail%2Fstrapi-provider-email-plunk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piksail%2Fstrapi-provider-email-plunk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piksail%2Fstrapi-provider-email-plunk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piksail%2Fstrapi-provider-email-plunk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/piksail","download_url":"https://codeload.github.com/piksail/strapi-provider-email-plunk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piksail%2Fstrapi-provider-email-plunk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34258381,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["plunk","strapi"],"created_at":"2026-06-12T19:04:19.195Z","updated_at":"2026-06-12T19:04:19.941Z","avatar_url":"https://github.com/piksail.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @piksail/strapi-provider-email-plunk\n\nStrapi email provider for [Plunk](https://www.useplunk.com/)\n\n## Installation\n\n```bash\n# using yarn\nyarn add @piksail/strapi-provider-email-plunk\n\n# using npm\nnpm install @piksail/strapi-provider-email-plunk --save\n```\n\n## Configuration\n\n| Variable                | Type   | Description                                                                                                    | Required | Default   |\n| ----------------------- | ------ | -------------------------------------------------------------------------------------------------------------- | -------- | --------- |\n| provider                | string | The name of the provider you use                                                                               | yes      |           |\n| providerOptions         | object | Provider options                                                                                               | yes      |           |\n| providerOptions.apiKey  | object | Plunk api key. Please refer to [@plunk/node](https://www.npmjs.com/package/@plunk/node)                        | yes      |           |\n| providerOptions.baseUrl | object | Plunk base url if self-hosting. Please refer to [@plunk/node](https://www.npmjs.com/package/@plunk/node)       | no       |           |\n| settings                | object | Settings                                                                                                       | no       | {}        |\n| settings.defaultFrom    | string | Default sender mail address                                                                                    | no       | undefined |\n| settings.verbose        | string | Print detailled logs. Does not print Authorization header. Use with caution, might leak sensitive data in logs | no       | false     |\n\n\u003e :warning: The Shipper Email (or defaultfrom) may also need to be changed in the `Email Templates` tab on the admin panel for emails to send properly\n\n### Example\n\n**Path -** `config/plugins.js`\n\n```js\nmodule.exports = ({ env }) =\u003e ({\n  // ...\n  email: {\n    config: {\n      provider: \"@piksail/strapi-provider-email-plunk\",\n      providerOptions: {\n        apiKey: env(\"PLUNK_API_KEY\"),\n        baseUrl: env(\"PLUNK_BASE_URL\"), // Optional, use if self-hosting. Must not contain any path, ex: https://plunk.example.com\n      },\n      settings: {\n        defaultFrom: \"john@example.com\",\n        verbose: false, // Use with caution, might leak sensitive data in logs\n      },\n    },\n  },\n  // ...\n});\n```\n\n## Troubleshoot\n\nTurn on `verbose` for easier debugging.\n\n`Couldn't send test email: Unknown route.` Check your baseUrl setting, it should look like this: \u003chttps://plunk.example.com\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiksail%2Fstrapi-provider-email-plunk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpiksail%2Fstrapi-provider-email-plunk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiksail%2Fstrapi-provider-email-plunk/lists"}