{"_id":"@all2cf/strapi-provider-email-send","name":"@all2cf/strapi-provider-email-send","dist-tags":{"latest":"0.1.0"},"versions":{"0.1.0":{"name":"@all2cf/strapi-provider-email-send","version":"0.1.0","description":"Strapi email provider for customer-owned CFsend Runtimes","type":"module","main":"index.js","license":"MIT","homepage":"https://send.all2cf.com/docs/integrations/","repository":{"type":"git","url":"git+https://github.com/alex887885/a2c.git","directory":"send/integrations/strapi"},"peerDependencies":{"@strapi/strapi":">=5"},"engines":{"node":">=20"},"publishConfig":{"access":"public","provenance":true},"_id":"@all2cf/strapi-provider-email-send@0.1.0","bugs":{"url":"https://github.com/alex887885/a2c/issues"},"_nodeVersion":"24.14.0","_npmVersion":"11.9.0","dist":{"integrity":"sha512-drSJd7h3oZKszO+4SF3gs5oiWKaWPSW5rgIJt7ScxXUI4GKlgKGZSIdrbs3Lq0Vo+SSzrxrba8dRvdJ5LhThzA==","shasum":"d3f5993d0f4ba153ddfdae76e5e5eb04f2e25315","tarball":"https://registry.npmjs.org/@all2cf/strapi-provider-email-send/-/strapi-provider-email-send-0.1.0.tgz","fileCount":3,"unpackedSize":3213,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQD4Ez30dXgOfTYCQoygxdcQ2AMwpA1hOSWCcgTPytBIbQIgdg23LTM0jLkeljKDwAxqUgRlbqS9a0jRqTP46k80AHM="}]},"_npmUser":{"name":"alex887885","email":"alex887885@gmail.com"},"directories":{},"maintainers":[{"name":"alex887885","email":"alex887885@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/strapi-provider-email-send_0.1.0_1786832816645_0.4778485929845906"},"_hasShrinkwrap":false}},"time":{"created":"2026-08-15T22:26:56.426Z","0.1.0":"2026-08-15T22:26:56.795Z","modified":"2026-08-15T22:26:57.064Z"},"maintainers":[{"name":"alex887885","email":"alex887885@gmail.com"}],"description":"Strapi email provider for customer-owned CFsend Runtimes","homepage":"https://send.all2cf.com/docs/integrations/","repository":{"type":"git","url":"git+https://github.com/alex887885/a2c.git","directory":"send/integrations/strapi"},"bugs":{"url":"https://github.com/alex887885/a2c/issues"},"license":"MIT","readme":"# All2CF Send provider for Strapi 5\n\nConfigure `config/plugins.js` with the provider package and pass\n`runtimeUrl`/`apiKey`, preferably through `ALL2CF_SEND_URL` and\n`ALL2CF_SEND_KEY`. The provider supports HTML/text, CC/BCC/Reply-To, custom\nheaders and in-memory attachments.\n\n```bash\nnpm install @all2cf/strapi-provider-email-send\n```\n\n```js\nexport default ({ env }) => ({\n  email: {\n    config: {\n      provider: \"@all2cf/strapi-provider-email-send\",\n      providerOptions: {\n        runtimeUrl: env(\"ALL2CF_SEND_URL\"),\n        apiKey: env(\"ALL2CF_SEND_KEY\"),\n      },\n      settings: { defaultFrom: \"hello@example.com\" },\n    },\n  },\n});\n```\n","readmeFilename":"README.md","_rev":"1-38a9d7883c5e14bec93c5d88f236d747"}