{"id":28746177,"url":"https://github.com/ether/ep_email_notifications","last_synced_at":"2025-06-16T14:30:39.118Z","repository":{"id":6652962,"uuid":"7897350","full_name":"ether/ep_email_notifications","owner":"ether","description":"Subscribe to a pad and recieve an email when someone edits your pad","archived":false,"fork":false,"pushed_at":"2024-03-16T21:41:42.000Z","size":544,"stargazers_count":11,"open_issues_count":13,"forks_count":15,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-05-21T06:18:46.610Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ether.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"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}},"created_at":"2013-01-29T17:35:31.000Z","updated_at":"2025-02-12T03:27:45.000Z","dependencies_parsed_at":"2024-03-17T00:37:12.662Z","dependency_job_id":"25ad5096-a45e-4b66-b317-f2eeaa649674","html_url":"https://github.com/ether/ep_email_notifications","commit_stats":null,"previous_names":["johnmclear/ep_email_notifications"],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/ether/ep_email_notifications","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ether%2Fep_email_notifications","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ether%2Fep_email_notifications/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ether%2Fep_email_notifications/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ether%2Fep_email_notifications/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ether","download_url":"https://codeload.github.com/ether/ep_email_notifications/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ether%2Fep_email_notifications/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260175611,"owners_count":22970006,"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":"2025-06-16T14:30:38.393Z","updated_at":"2025-06-16T14:30:39.100Z","avatar_url":"https://github.com/ether.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Publish Status](https://github.com/ether/ep_email_notifications/workflows/Node.js%20Package/badge.svg) ![Backend Tests Status](https://github.com/ether/ep_email_notifications/workflows/Backend%20tests/badge.svg)\n\n# BROKEN PLUGIN, NEEDS FIXING\nThis plugin allows users to subscribe to pads and receive email updates when a pad is being modified.  You can modify the frequency.  This plugin is still in early stage and has things TODO (See TODO).\n\n# Source code\nOn Github : https://github.com/JohnMcLear/ep_email_notifications\n\n# Installation\nMake sure an SMTP gateway is installed IE postfix\n\nConfigure SPF and RDNS records to ensure proper mail flow \u003c-- Search online\n\nCopy/Edit the below to your settings.json\n\nConnect to a pad, Click on the Share/Embed link and enter in your email address.\n\nOpen that pad in ANOTHER BROWSER then begin modifying, you should receive an email when the pad has begun editing and once the pad has gone stale (when everyone stops editing it and a time period passes).\n\nNOTE: You will NOT receive an email if you(the author that registered their email) are currently on or editing that pad!\n\n```\n \"ep_email_notifications\" : {\n    \"panelDisplayLocation\": { // Where you want to have the subscription panel\n      \"mysettings\": true,\n      \"popup\": true\n    },\n    \"checkFrequency\": \"6000\", // checkFrequency = How frequently(milliseconds) to check for pad updates -- Move me to the settings file\n    \"staleTime\": \"30000\",  // staleTime = How stale(milliseconds) does a pad need to be before notifying subscribers?  Move me to settings\n    \"fromName\": \"Etherpad SETTINGS FILE!\",\n    \"fromEmail\": \"pad@etherpad.org\",\n    \"urlToPads\": \"http://beta.etherpad.org/p/\", // urlToPads = The URL to your pads note the trailing /\n    \"emailServer\": { // See https://github.com/eleith/emailjs for settings\n      \"host\": \"127.0.0.1\"\n    }\n  }\n```\n\n# Translation\nThis plugin has for now translations for english, french and german.\nIn case you would like to have it in another language, you can easily translate the few sentences and then contact us on irc (#etherpad-lite-dev on irc.freenode.net) or create a Pull-Request on the GitHub repository.\nYou can find the sentences to translate in the ep_email_notifications/locales/ directory.\nSpecials chars written in unicode (See https://fr.wikipedia.org/wiki/Table_des_caract%C3%A8res_Unicode_%280000-0FFF%29)\n\n# License\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not\nuse this file except in compliance with the License.  You may obtain a copy\nof the License at \u003chttp://www.apache.org/licenses/LICENSE-2.0\u003e.\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\nWARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the\nLicense for the specific language governing permissions and limitations\nunder the License.\n\n# TODO\n* Clean up all code\n\n# FUTURE VERSIONS TODO\n* v2 - Get the modified contents from the API HTML diff and append that to the Email and make the email from the server HTML not plain text\n* v2 - Keep a record of when a user was last on a pad\n\n# FAiling tests\nTests fail due to notifications coming in front of objects IE color picker test.  This is something that needs fixing..\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fether%2Fep_email_notifications","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fether%2Fep_email_notifications","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fether%2Fep_email_notifications/lists"}