{"id":27840916,"url":"https://github.com/0xkheops/webmail4dev","last_synced_at":"2026-04-25T12:35:48.604Z","repository":{"id":109429928,"uuid":"107038389","full_name":"0xKheops/webmail4dev","owner":"0xKheops","description":"nodejs app composed of a SMTP server plus a web server that shows all emails received by the smtp server, meant for test environments.","archived":false,"fork":false,"pushed_at":"2018-07-20T09:49:55.000Z","size":24011,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-30T16:08:47.938Z","etag":null,"topics":["devtool","emails","nodejs","sharepoint","smtp-server","testing"],"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/0xKheops.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,"zenodo":null}},"created_at":"2017-10-15T18:33:43.000Z","updated_at":"2018-08-13T22:54:30.000Z","dependencies_parsed_at":"2023-03-13T14:13:02.139Z","dependency_job_id":null,"html_url":"https://github.com/0xKheops/webmail4dev","commit_stats":null,"previous_names":["arnaultnouvel/webmail4dev"],"tags_count":39,"template":false,"template_full_name":null,"purl":"pkg:github/0xKheops/webmail4dev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xKheops%2Fwebmail4dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xKheops%2Fwebmail4dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xKheops%2Fwebmail4dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xKheops%2Fwebmail4dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xKheops","download_url":"https://codeload.github.com/0xKheops/webmail4dev/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xKheops%2Fwebmail4dev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32262801,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["devtool","emails","nodejs","sharepoint","smtp-server","testing"],"created_at":"2025-05-03T04:48:36.948Z","updated_at":"2026-04-25T12:35:48.596Z","avatar_url":"https://github.com/0xKheops.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webmail4dev\n\nwebmail4dev is a CLI/service which starts a local smtp server (with no auth) and a web server that displays all emails received by the smtp server, meant for testing environments.\n\nIt is meant to be used as an web-based fake mail server for testing applications that send emails, such as SharePoint. Using such a mail server ensures that emails are not sent to real mailboxes, while making it easy for test users to read all outgoing emails at once.\n\nIt can be seen as a web alternative to [Papercut](https://github.com/ChangemakerStudios/Papercut) or [smtp4dev](https://github.com/rnwood/smtp4dev).\n\n![screenshot.png](screenshot.png)\n\n## Installation\n\nRequires [nodejs](https://nodejs.org/en/download/) 6.X minimum.\n\n### For Linux\n\nInstall and run the application :\n\n```bash\n# install the cli globally\nsudo npm install -g webmail4dev\n\n# either run the program in current thread \n# sudo is necessary to open port 25\nsudo webmail4dev\n\n# or if you want to run it as a service, then start it\nsudo webmail4dev --install\nsudo service webmail4dev start\n```\n\n### For Windows\n\n[os-service](https://github.com/stephenwvickers/node-os-service) dependency compiles C++ code during install using [node-gyp](https://www.npmjs.com/package/node-gyp), which requires python to be installed and it's path to be registered in the node environment. The easiest way to meet these requirements on windows is to install windows-build-tools.\n\n```bash\n# FOR WINDOWS ONLY\n# requires \"Run as administrator\" prompt\nnpm install --global --production windows-build-tools\n\n# install the cli globally\nnpm install -g webmail4dev\n\n# either run the program in current thread\nwebmail4dev\n\n# or if you want to run it as a service\n# requires \"Run as administrator\" prompt\nwebmail4dev --install\nnet start webmail4dev\n```\n\n### Options\n\nRun this command to see a list of all available options:\n\n```bash\nwebmail4dev --help\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xkheops%2Fwebmail4dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xkheops%2Fwebmail4dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xkheops%2Fwebmail4dev/lists"}