{"id":21476451,"url":"https://github.com/node-ci/nci-mail-notification","last_synced_at":"2025-03-17T08:18:08.869Z","repository":{"id":34660965,"uuid":"38632120","full_name":"node-ci/nci-mail-notification","owner":"node-ci","description":"Mail notification plugin for [nci](https://github.com/node-ci/nci)","archived":false,"fork":false,"pushed_at":"2017-09-07T14:46:28.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-23T18:37:55.951Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/node-ci.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-06T16:40:18.000Z","updated_at":"2016-03-16T20:05:11.000Z","dependencies_parsed_at":"2022-08-28T23:30:30.363Z","dependency_job_id":null,"html_url":"https://github.com/node-ci/nci-mail-notification","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-ci%2Fnci-mail-notification","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-ci%2Fnci-mail-notification/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-ci%2Fnci-mail-notification/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-ci%2Fnci-mail-notification/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/node-ci","download_url":"https://codeload.github.com/node-ci/nci-mail-notification/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243997127,"owners_count":20380981,"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-23T11:09:04.129Z","updated_at":"2025-03-17T08:18:08.823Z","avatar_url":"https://github.com/node-ci.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nci mail notification\n\nMail notification plugin for [nci](https://github.com/node-ci/nci).\n\n## Installation\n\n```sh\nnpm install nci-mail-notification\n```\n\n## Usage\n\nTo enable add this plugin to the `plugins` section at server config, set\nparameters for e-mail account at `notify.mail` e.g. for gmail:\n\n```json\n{\n    \"plugins\": [\n        \"nci-mail-notification\"\n    ],\n    \"notify\": {\n        \"mail\": {\n            \"host\": \"smtp.gmail.com\",\n            \"port\": 587,\n            \"auth\": {\n                \"user\": \"bot.nci@gmail.com\",\n                \"pass\": \"pass\"\n            }\n        }\n    }\n....\n}\n```\n\nafter that you can set mail notification at project config e.g.\n\n```json\n    \"notify\": {\n        \"on\": [\n            \"change\"\n        ],\n        \"to\": {\n            \"mail\": [\n                \"somemail@gmail.com\"\n            ]\n        }\n    },\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnode-ci%2Fnci-mail-notification","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnode-ci%2Fnci-mail-notification","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnode-ci%2Fnci-mail-notification/lists"}