{"id":24443536,"url":"https://github.com/vfsoraki/mail_catchex","last_synced_at":"2025-04-12T21:27:32.356Z","repository":{"id":57519308,"uuid":"230463824","full_name":"vfsoraki/mail_catchex","owner":"vfsoraki","description":"A simple STMP and HTTP server to catch and view received emails. To be used in Elixir apps.","archived":false,"fork":false,"pushed_at":"2019-12-27T15:33:19.000Z","size":6,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T15:42:54.042Z","etag":null,"topics":["elixir","email"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/vfsoraki.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":"2019-12-27T15:05:06.000Z","updated_at":"2022-02-22T03:26:08.000Z","dependencies_parsed_at":"2022-09-06T05:11:06.221Z","dependency_job_id":null,"html_url":"https://github.com/vfsoraki/mail_catchex","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vfsoraki%2Fmail_catchex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vfsoraki%2Fmail_catchex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vfsoraki%2Fmail_catchex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vfsoraki%2Fmail_catchex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vfsoraki","download_url":"https://codeload.github.com/vfsoraki/mail_catchex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248633658,"owners_count":21136897,"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":["elixir","email"],"created_at":"2025-01-20T22:15:58.129Z","updated_at":"2025-04-12T21:27:32.324Z","avatar_url":"https://github.com/vfsoraki.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MailCatchex\n\nA super simple SMTP server with a simpler UI to catch all emails sent to it. Useful for seeing sent emails while developing.\n\nInspired by `mailcatcher` for Ruby.\n\n## Installation\n\nThe package can be installed\nby adding `mail_catchex` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:mail_catchex, \"~\u003e 0.1.0\", only: :dev}\n  ]\nend\n```\n\n\n## Usage\n\nAdd `MailCatchex.Supervisor` to your supervision tree. Like:\n\n```\n{MailCatchex.Supervisor, [smtp_port: 2525, http_port: 2526]}\n```\n\nBoth ports are optional, and the above values are the default ones.\n\nThen point your send address to `localhost:2525` and point browser to `localhost:2526` to see received emails.\n\n## License\n\nDo what you want. Some credits would be nice, but totally optional.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvfsoraki%2Fmail_catchex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvfsoraki%2Fmail_catchex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvfsoraki%2Fmail_catchex/lists"}