awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 مستودعات

Awesome GitHub RepositoriesSMTP Message Interception

SMTP server implementations specifically designed to capture and store outgoing mail instead of delivering it.

Distinct from SMTP Server Implementations: Focuses on interception for development rather than general mail processing or delivery.

Explore 4 awesome GitHub repositories matching networking & communication · SMTP Message Interception. Refine with filters or upvote what's useful.

Awesome SMTP Message Interception GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • sj26/mailcatcherالصورة الرمزية لـ sj26

    sj26/mailcatcher

    6,762عرض على GitHub↗

    Mailcatcher is a local email development proxy and SMTP server mock designed to intercept outgoing emails during development. It acts as a network bridge that catches outbound mail on a specified port and displays it in a web-based inspector instead of delivering messages to real recipients. The tool provides a web-based email viewer for reviewing HTML, plain text, and raw source content, along with an interface for inspecting headers and downloading attachments. It utilizes a RESTful JSON API to serve captured mail as structured data to the browser interface. The system includes a TCP socke

    Acts as a mock SMTP server that intercepts all outgoing mail to prevent delivery to real recipients.

    Rubydevelopmentdevtoolsmail
    عرض على GitHub↗6,762
  • leokhoa/laragonالصورة الرمزية لـ leokhoa

    leokhoa/laragon

    5,220عرض على GitHub↗

    Laragon is a portable web server suite and WAMP stack manager that provides a self-contained local development environment. It enables the bootstrapping of web applications through the orchestration of web servers, databases, and language runtimes on a single machine. The project is distinguished by its registry-free portable mode, allowing the entire development stack to be moved between drives or computers without re-installation. It features automated virtual host mapping and SSL certificate generation for local domains, as well as a local tunneling gateway to expose projects via public UR

    Captures and stores outgoing SMTP mail locally for inspection and debugging instead of delivering it.

    PHP
    عرض على GitHub↗5,220
  • rnwood/smtp4devالصورة الرمزية لـ rnwood

    rnwood/smtp4dev

    3,817عرض على GitHub↗

    smtp4dev is a suite of tools featuring a mock SMTP server that intercepts outgoing email traffic and stores messages for inspection instead of delivering them to recipients. It includes a web-based viewer for inspecting email metadata, raw source code, and MIME structures, alongside a responsive email previewer that simulates how HTML emails appear across different viewport sizes and device layouts. The project provides a traffic analyzer to log protocol interactions and session data for debugging delivery failures. It also operates as a TLS SMTP server, supporting encrypted connections via T

    Captures outgoing SMTP traffic in local environments to inspect messages without delivery.

    C#linuxmacosxsmtp-server
    عرض على GitHub↗3,817
  • aschmelyun/docker-compose-laravelالصورة الرمزية لـ aschmelyun

    aschmelyun/docker-compose-laravel

    2,650عرض على GitHub↗

    يوفر هذا المشروع إعداد تنسيق حاوية مصمماً لتوحيد بيئات التطوير المحلية لتطبيقات الويب. من خلال استخدام التكوين التعريفي، فإنه يدير حاويات الخدمة المعزولة لضمان سلوك التطبيق المتسق وإدارة التبعية عبر أجهزة المطورين المختلفة. تتضمن البيئة أدوات متكاملة لاستمرارية قاعدة البيانات، مما يضمن بقاء البيانات سليمة عبر دورات حياة الحاوية من خلال وحدات تخزين معينة. كما تتميز بأداة اعتراض بريد إلكتروني قائمة على الحاوية الجانبية (sidecar) تلتقط وتعرض الرسائل الصادرة في لوحة تحكم محلية، مما يسمح بالتحقق من منطق التسليم دون الحاجة إلى خوادم بريد خارجية. بعيداً عن تنسيق الخدمة الأساسي، يدعم المشروع سير عمل تطوير الواجهة الأمامية من خلال توفير أدوات تجميع وتجميع أصول حاوية. تتيح هذه الأدوات للمطورين تنفيذ عمليات البناء وتشغيل خوادم التطوير داخل بيئة معزولة، مما يسهل التحديثات التلقائية أثناء دورة تطوير التطبيق.

    Captures and displays outgoing mail traffic in a local dashboard for verification without external servers.

    Dockerfile
    عرض على GitHub↗2,650
  1. Home
  2. Networking & Communication
  3. SMTP Server Implementations
  4. SMTP Message Interception