{"id":19509425,"url":"https://github.com/evermeshsolutions/putsbox","last_synced_at":"2025-10-14T22:12:00.293Z","repository":{"id":35752101,"uuid":"40031268","full_name":"EvermeshSolutions/putsbox","owner":"EvermeshSolutions","description":"PutsBox makes email integration tests easy","archived":false,"fork":false,"pushed_at":"2020-07-28T01:08:21.000Z","size":1,"stargazers_count":51,"open_issues_count":2,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-25T22:46:26.155Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://putsbox.com","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EvermeshSolutions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-01T01:29:09.000Z","updated_at":"2023-08-10T14:24:31.000Z","dependencies_parsed_at":"2022-08-26T16:41:44.717Z","dependency_job_id":null,"html_url":"https://github.com/EvermeshSolutions/putsbox","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EvermeshSolutions/putsbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvermeshSolutions%2Fputsbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvermeshSolutions%2Fputsbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvermeshSolutions%2Fputsbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvermeshSolutions%2Fputsbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EvermeshSolutions","download_url":"https://codeload.github.com/EvermeshSolutions/putsbox/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvermeshSolutions%2Fputsbox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279021741,"owners_count":26087053,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-10T23:11:58.755Z","updated_at":"2025-10-14T22:12:00.266Z","avatar_url":"https://github.com/EvermeshSolutions.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/phstc/putsbox.svg)](https://travis-ci.org/phstc/putsbox)\n[![Code Climate](https://codeclimate.com/github/phstc/putsbox/badges/gpa.svg)](https://codeclimate.com/github/phstc/putsbox)\n[![Test Coverage](https://codeclimate.com/github/phstc/putsbox/badges/coverage.svg)](https://codeclimate.com/github/phstc/putsbox/coverage)\n\n**The PutsBox codebase will be private going forward. You can still integrate with the products as you could before and we've updated the support instructions below.**\n**Questions? Write us at support support@evermesh.com.**\n\n## PutsBox\n\nPutsBox makes email integration tests easy. [Try it now](http://putsbox.com).\n\nHave a look at [Test emails with automated testing tools](http://www.pablocantero.com/blog/2015/08/05/test-emails-with-automated-testing-tools/) for some examples.\n\n## Getting started\n\nPutsBox uses [SendGrid Inbound Email Parse Webhook](https://sendgrid.com/docs/API_Reference/Parse_Webhook/inbound_email.html) for receiving e-mails, therefore for running PutsBox in development or your server, you will need to setup a SendGrid account and configure an Inbound Parse within SendGrid admin.\n\nHave a look at this post [Test SendGrid Webhooks with ngrok](https://sendgrid.com/blog/test-webhooks-ngrok/) for receiving Webhook calls in your localhost.\n\n### Steps to run PutsBox in development\n\n#### Basic steps\n\nThis is the basic steps for running the Rails app, but if you want to receive e-mails, please check [Full steps](#full-steps).\n\nFor following the instructions below, you will need to install [Docker](https://www.docker.com/get-docker).\n\n```shell\ncd ~/workspace\n\ngit clone git@github.com:phstc/putsbox.git\n\ndocker-compose up -d\n\nopen http://localhost:3000\n\ndocker-compose logs --follow --tail=100 app\n```\n\n#### Full steps\n\nThe full steps instructions, include SendGrid, and domain setup, which is needed for fully running PutsBox.\n\n[Check the Wiki](https://github.com/phstc/putsbox/wiki/Full-steps-to-run-PutsBox-in-development)\n\n#### Running tests\n\n```shell\ndocker-compose run app bundle exec rspec\n```\n\n### Production\n\nPutsbox auto expires (removes) inactive buckets in 1 day and emails in 15 minutes.\n\nFor enabling this behavior, PutsBox uses [MongoDB TTL](https://docs.mongodb.com/manual/tutorial/expire-data/).\n\n```\ndb.buckets.createIndex({ \"updated_at\": 1 }, { expireAfterSeconds: 86400 })\ndb.emails.createIndex({ \"created_at\": 1 }, { expireAfterSeconds: 600 })\n```\n\n### License\n\nPlease see [LICENSE](https://github.com/phstc/putsbox/blob/master/LICENSE) for licensing details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevermeshsolutions%2Fputsbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevermeshsolutions%2Fputsbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevermeshsolutions%2Fputsbox/lists"}