{"id":26275994,"url":"https://github.com/vkolgi/mailprobe","last_synced_at":"2025-06-26T14:31:46.350Z","repository":{"id":40934207,"uuid":"235093807","full_name":"vkolgi/mailprobe","owner":"vkolgi","description":"A mail testing application (fake inbox)","archived":false,"fork":false,"pushed_at":"2023-03-05T06:01:10.000Z","size":453,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-14T10:19:45.964Z","etag":null,"topics":["email","nodejs","testing","testing-library"],"latest_commit_sha":null,"homepage":"","language":"SCSS","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/vkolgi.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}},"created_at":"2020-01-20T12:13:21.000Z","updated_at":"2021-11-27T16:59:32.000Z","dependencies_parsed_at":"2023-01-27T00:31:16.792Z","dependency_job_id":null,"html_url":"https://github.com/vkolgi/mailprobe","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/vkolgi/mailprobe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vkolgi%2Fmailprobe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vkolgi%2Fmailprobe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vkolgi%2Fmailprobe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vkolgi%2Fmailprobe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vkolgi","download_url":"https://codeload.github.com/vkolgi/mailprobe/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vkolgi%2Fmailprobe/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262084700,"owners_count":23256288,"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","nodejs","testing","testing-library"],"created_at":"2025-03-14T10:19:47.655Z","updated_at":"2025-06-26T14:31:46.239Z","avatar_url":"https://github.com/vkolgi.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mailprobe\n\nEmail testing library as fake inbox, useful for E2E and unittests \n\n---\n\nMailprobe runs a fake SMTP server to listen to the emails sent. It also runs a tiny webserver to display emails received.\nFor automation tests and unittests where the test cases need to check if certain email is received,\nor to fetch email sent to a specific person can be checked via APIs.\n\n\n## Installation\n\nMailprobe is an npm package, you can use npm to install.\n\n  `$ npm install -g mailprobe`\n\n## Running\n\nMailprobe runs SMTP server at standard port 25.\nAnd runs the http server for serving webpages at 3000. \nThis can be changed while running the mailprobe.\n\n  `$ PORT=8000 mailprobe`\n\nNow launch`http://localhost:8000/inbox` to see inbox.\n\n\n## Requirements for Development\n\nFor development, you will only need Node.js and a node global package, Yarn, installed in your environement.\n\n### Node\n- #### Node installation on Windows\n\n  Just go on [official Node.js website](https://nodejs.org/) and download the installer.\nAlso, be sure to have `git` available in your PATH, `npm` might need it (You can find git [here](https://git-scm.com/)).\n\n- #### Node installation on Ubuntu\n\n  You can install nodejs and npm easily with apt install, just run the following commands.\n\n      $ sudo apt install nodejs\n      $ sudo apt install npm\n\n- #### Other Operating Systems\n  You can find more information about the installation on the [official Node.js website](https://nodejs.org/) and the [official NPM website](https://npmjs.org/).\n\nIf the installation was successful, you should be able to run the following command.\n\n    $ node --version\n    v10.16.3\n\n    $ npm --version\n    6.9.0\n\nIf you need to update `npm`, you can make it using `npm`! Cool right? After running the following command, just open again the command line and be happy.\n\n    $ npm install npm -g\n\n###\n### Yarn installation\n  After installing node, this project will need yarn too, so just run the following command.\n\n      $ npm install -g yarn\n\n---\n\n## Install\n\n    $ git clone https://github.com/vkolgi/mailprobe\n    $ cd mailprobe\n    $ yarn install\n\n## Running the project\n\n    $ npm start\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvkolgi%2Fmailprobe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvkolgi%2Fmailprobe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvkolgi%2Fmailprobe/lists"}