{"id":18559028,"url":"https://github.com/linux-china/mail-catcher","last_synced_at":"2025-04-10T02:30:36.508Z","repository":{"id":17014324,"uuid":"19777751","full_name":"linux-china/mail-catcher","owner":"linux-china","description":"MailCatcher runs a super simple SMTP server which catches any message sent to it to display in a web interface","archived":false,"fork":false,"pushed_at":"2024-08-01T21:37:48.000Z","size":176,"stargazers_count":13,"open_issues_count":2,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-02T02:51:12.277Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","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/linux-china.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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}},"created_at":"2014-05-14T12:01:33.000Z","updated_at":"2024-12-11T03:24:57.000Z","dependencies_parsed_at":"2024-11-06T21:44:49.858Z","dependency_job_id":"6fe777d7-75cd-4bbe-a800-a471f3722255","html_url":"https://github.com/linux-china/mail-catcher","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/linux-china%2Fmail-catcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linux-china%2Fmail-catcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linux-china%2Fmail-catcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linux-china%2Fmail-catcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linux-china","download_url":"https://codeload.github.com/linux-china/mail-catcher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248144155,"owners_count":21054876,"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":"2024-11-06T21:41:52.670Z","updated_at":"2025-04-10T02:30:35.956Z","avatar_url":"https://github.com/linux-china.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Mail Catcher\n============\nMailCatcher runs a super simple SMTP server and REST API which catch all outbound emails for unit test.\n\n# Features\n\n* SMTP Server: SMTP port 1025\n* SendGrid API V2 \u0026 V3\n* SendCloud V2\n* Docker image\n* Web UI to check emails sent or not: http://localhost:1080\n\n![Admin UI](admin-ui.png)\n\n# Tech stack\n\n* Spring Boot 2\n* Thymeleaf 3\n* Bootstrap 3\n* SubEtha SMTP https://github.com/voodoodyne/subethasmtp\n* Commons email \u0026 Javamail\n\n# Docker support\n\n* docker build\n```\n$ docker build -t linuxchina/mail-catcher .\n```\n\n* docker run\n```\n$ docker run -d -p 1080:1080 -p 1025:1025 linuxchina/mail-catcher\n```\n\n* docker compose\n```yaml\nversion: \"3\"\nservices:\n  mailcatcher:\n      image: linuxchina/mail-catcher\n      ports:\n         - \"1080:1080\"\n         - \"1025:1025\"\n```\n\n# Assembly to distribution\n\n* mvn -DskipTests clean package assembly:assembly\n\n### todo\n\n* Email quality check: SPF, DKIM\n\n# References\n\n* GreenMail: https://github.com/greenmail-mail-test/greenmail\n* Jib: https://github.com/GoogleContainerTools/jib\n* maildev: SMTP Server + Web Interface for viewing and testing emails during development. https://github.com/maildev/maildev\n* Mailpit: email testing for developers: https://github.com/axllent/mailpit\n* MailHog: https://github.com/mailhog/MailHog\n* Mailtutan: https://github.com/mailtutan/mailtutan\n* JMail: A modern, fast, zero-dependency library for email address validation https://www.rohannagar.com/jmail/\n* Ethereal Email: Ethereal is a fake SMTP service for email sending test https://ethereal.email/\n* 10 Minutes email: https://temp-mail.org/en/10minutemail\n* Securing SubEtha SMTP connections with TLS: https://blog.trifork.com/2009/11/10/securing-connections-with-tls/\n* Stalwart Mail Server: Secure \u0026 Modern All-in-One Mail Server (IMAP, JMAP, POP3, SMTP) https://github.com/stalwartlabs/mail-server\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinux-china%2Fmail-catcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinux-china%2Fmail-catcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinux-china%2Fmail-catcher/lists"}