{"id":20170250,"url":"https://github.com/fabrix-app/generics-mandrill","last_synced_at":"2026-05-12T00:40:47.847Z","repository":{"id":95882722,"uuid":"140014558","full_name":"fabrix-app/generics-mandrill","owner":"fabrix-app","description":"Generic: Mandrill.app for Spool-generics","archived":false,"fork":false,"pushed_at":"2018-08-04T18:43:23.000Z","size":26,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-26T09:32:31.141Z","etag":null,"topics":["email","fabrix","generics","mandrill","nodejs","typescript"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/fabrix-app.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-06T17:44:45.000Z","updated_at":"2018-11-18T13:34:16.000Z","dependencies_parsed_at":"2023-03-05T13:15:19.528Z","dependency_job_id":null,"html_url":"https://github.com/fabrix-app/generics-mandrill","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"0cf94d9bbdf8992370ac35e4e86217658a8985f7"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabrix-app%2Fgenerics-mandrill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabrix-app%2Fgenerics-mandrill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabrix-app%2Fgenerics-mandrill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabrix-app%2Fgenerics-mandrill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabrix-app","download_url":"https://codeload.github.com/fabrix-app/generics-mandrill/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241605820,"owners_count":19989612,"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","fabrix","generics","mandrill","nodejs","typescript"],"created_at":"2024-11-14T01:18:01.902Z","updated_at":"2025-11-29T02:03:49.804Z","avatar_url":"https://github.com/fabrix-app.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# generics-mandrill\n\n[![Gitter][gitter-image]][gitter-url]\n[![NPM version][npm-image]][npm-url]\n[![Build Status][ci-image]][ci-url]\n[![Test Coverage][coverage-image]][coverage-url]\n[![Dependency Status][daviddm-image]][daviddm-url]\n[![Follow @FabrixApp on Twitter][twitter-image]][twitter-url]\n\nGeneric Email Provider for Mandrillapp.com supplied by Spool-generics.\n\nLooking for [Spool-Generics?](https://github.com/fabrix-app/spool-generics)\n\n## Install\n\n```sh\n$ npm install --save @fabrix/generics-mandrill\n```\n\n## Configure\n\n```js\n// config/generics.ts\nexport const generics = {\n  // make the key mandrill, alternatively make the key email_provider to be the default email provider\n  mandrill: {\n      adapter: require('@fabrix/generic-mandrill').MandrillGeneric,\n      config: {\n          // Mandrill API key\n          key: process.env.MANDRILL_APIKEY,\n          // Host name for sending eg. cali-style.com\n          host: process.env.MANDRILL_HOST,\n          // Protocol for sending eg. https or http\n          protocol: process.env.MANDRILL_PROTOCOL,\n          // The ReplyTo field in Mandrill templates\n          reply_to: process.env.MANDRILL_REPLY_TO\n      }\n  }\n}\n```\n\n[npm-image]: https://img.shields.io/npm/v/@fabrix/generics-mandrill.svg?style=flat-square\n[npm-url]: https://npmjs.org/package/@fabrix/generics-mandrill\n[ci-image]: https://img.shields.io/circleci/project/github/fabrix-app/generics-mandrill/master.svg\n[ci-url]: https://circleci.com/gh/fabrix-app/generics-mandrill/tree/master\n[daviddm-image]: http://img.shields.io/david/fabrix-app/generics-mandrill.svg?style=flat-square\n[daviddm-url]: https://david-dm.org/fabrix-app/generics-mandrill\n[gitter-image]: http://img.shields.io/badge/+%20GITTER-JOIN%20CHAT%20%E2%86%92-1DCE73.svg?style=flat-square\n[gitter-url]: https://gitter.im/fabrix-app/Lobby\n[twitter-image]: https://img.shields.io/twitter/follow/FabrixApp.svg?style=social\n[twitter-url]: https://twitter.com/FabrixApp\n[coverage-image]: https://img.shields.io/codeclimate/coverage/github/fabrix-app/generics-mandrill.svg?style=flat-square\n[coverage-url]: https://codeclimate.com/github/fabrix-app/generics-mandrill/coverage\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabrix-app%2Fgenerics-mandrill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabrix-app%2Fgenerics-mandrill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabrix-app%2Fgenerics-mandrill/lists"}