{"id":18484379,"url":"https://github.com/giveth/dapp-mailer","last_synced_at":"2025-11-09T12:01:27.256Z","repository":{"id":28157242,"uuid":"116508399","full_name":"Giveth/dapp-mailer","owner":"Giveth","description":"Email notification system for (d)apps","archived":false,"fork":false,"pushed_at":"2024-06-05T23:49:25.000Z","size":1181,"stargazers_count":6,"open_issues_count":12,"forks_count":6,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-12-31T18:44:37.497Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/Giveth.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":"2018-01-06T19:06:08.000Z","updated_at":"2024-06-05T23:50:30.000Z","dependencies_parsed_at":"2024-11-06T12:46:31.462Z","dependency_job_id":"8d89812c-77a8-4ad1-b547-a7a18206c344","html_url":"https://github.com/Giveth/dapp-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/Giveth%2Fdapp-mailer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Giveth%2Fdapp-mailer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Giveth%2Fdapp-mailer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Giveth%2Fdapp-mailer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Giveth","download_url":"https://codeload.github.com/Giveth/dapp-mailer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239201647,"owners_count":19599078,"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":[],"created_at":"2024-11-06T12:39:31.432Z","updated_at":"2025-10-31T13:30:38.333Z","avatar_url":"https://github.com/Giveth.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dapp-mailer\n\n\u003e The Giveth Dapp Mailer Notification System\nSends transactional emails and handles unsubscribes for specific email types.\n\n## About\n\nThis project uses [Feathers](http://feathersjs.com). An open source web framework for building modern real-time applications.\n\n## Getting Started\n\nGetting up and running is as easy as 1, 2, 3.\n\n1. This project uses node-mailer, which supports different email api's. The default config is using Mailgun, because it is free up to 10k emails/month.\n   You can use Sendgrid, Mailchimp and others, but that needs modification of `InitMailTime.js`\n   Start by creating Mailgun account.\n\n2. Copy `default.json` to `development.json` and enter your Mailgun sandbox credentials as `transportUser` and `transportPass` in this file.\n   *Do not commit this file!* It is already added to .gitignore.\n\n3. Create a random apiSecret and put it in `default.json`. This is just your test API key.\n\n4. Make sure you have [NodeJS](https://nodejs.org/), Mongodb and Yarn (or NPM) installed.\n5. Install your dependencies\n\n    ```\n    cd path/to/dapp-mailer; yarn install\n    ```\n\n6. Start your app\n\n    ```\n    yarn start\n    ```\n\n    Make sure you have Mongo running at port 27017 (or change in the default.json file)\n\nYou can now talk to the api endpoints.\n\n\n### Production settings\ncopy `default.json` to `production.json` and override all settings there. *Do not deploy this file!*\n\n## A note about dependencies\nAs you may have noticed many dev dependencies in package.json are not located under devDependencies. \nThe reason is that we use [Now](https://zeit.co/now) to deploy this project, which builds the project from scratch and needs those dependencies.\nIf you don't use now, you can move these back to devDependencies.\n\n## Deploy\nAt Giveth we deploy with [Now](https://zeit.co/now). \n\nTo deploy:\n`cd path/to/dapp-mailer; yarn deploy`\n\n## License\n\nCopyright (c) 2018\n\nLicensed under the [MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiveth%2Fdapp-mailer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgiveth%2Fdapp-mailer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiveth%2Fdapp-mailer/lists"}