awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesSMTP Protocol Validations

Verification processes that use the Simple Mail Transfer Protocol handshake to determine email reachability.

Distinct from Handshake Validations: Specifically applies handshake validation to the SMTP protocol for email existence checks rather than general security headers.

Explore 3 awesome GitHub repositories matching security & cryptography · SMTP Protocol Validations. Refine with filters or upvote what's useful.

Awesome SMTP Protocol Validations GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • amaurymartiny/check-if-email-existsAvatar von amaurymartiny

    amaurymartiny/check-if-email-exists

    8,826Auf GitHub ansehen↗

    Dieses Projekt ist ein E-Mail-Verifizierungstool, das prüft, ob eine E-Mail-Adresse existiert und Nachrichten empfangen kann, ohne eine tatsächliche E-Mail zu versenden. Es bietet diese Funktionen über eine programmatische HTTP-API und eine lokale Kommandozeilenschnittstelle. Das System zeichnet sich durch die Kombination von SMTP-Handshake-Verifizierung und DNS-Auflösung mit einem Risikoanalyse-Tool aus, das Wegwerf-Adressen, rollenbasierte Konten und Catch-All-Domains erkennt. Es enthält zudem einen Metadaten-Aggregator, um öffentliche Profilinformationen und Bilder abzurufen, die mit einer bestimmten E-Mail-Adresse verknüpft sind. Die breitere Funktionalität umfasst die Validierung der E-Mail-Zustellbarkeit, Risikobewertung zur Verhinderung betrügerischer Anmeldungen sowie SMTP-Konnektivitätstests. Der Backend-Dienst kann als vernetzter Dienst unter Verwendung eines containerisierten Bereitstellungsmodells eingesetzt werden.

    Verifies email reachability and mailbox existence using the SMTP protocol handshake and DNS record resolution.

    Rust
    Auf GitHub ansehen↗8,826
  • reacherhq/check-if-email-existsAvatar von reacherhq

    reacherhq/check-if-email-exists

    8,375Auf GitHub ansehen↗

    This project is a self-hosted email verification system and API designed to validate email existence and clean mailing lists on private infrastructure. It functions as a deliverability tool that confirms if email addresses are reachable by communicating with mail servers via the SMTP protocol without sending actual messages. The system is distinguished by its high-volume SMTP infrastructure, which utilizes a stateless worker architecture and message queue task distribution to scale validation tasks. It includes an SMTP proxy gateway that routes requests through SOCKS5 proxies to mask server i

    Validates email existence by simulating the SMTP mail transfer protocol exchange without sending a full message.

    Rustemailemail-validationemail-validation-api
    Auf GitHub ansehen↗8,375
  • foxcpp/maddyAvatar von foxcpp

    foxcpp/maddy

    5,853Auf GitHub ansehen↗

    Maddy is a modular mail server that assembles a complete email system by connecting small, single-purpose modules through a declarative configuration file. Rather than a monolithic stack, it lets operators compose message processing, storage, authentication, and security enforcement from interchangeable building blocks, with each module handling a specific function like receiving SMTP connections, verifying credentials, or applying policy checks. The server distinguishes itself through its flexible authentication and security architecture. It delegates user verification to external systems in

    Accepts email messages through SMTP, LMTP, or Submission protocols, optionally verifying sender credentials before processing.

    Godkimdmarcemail
    Auf GitHub ansehen↗5,853
  1. Home
  2. Security & Cryptography
  3. Handshake Protocols
  4. Handshake Validations
  5. SMTP Protocol Validations

Unter-Tags erkunden

  • SMTP ReceptionAccepts email messages through SMTP, LMTP, or Submission protocols, optionally verifying sender credentials before processing. **Distinct from SMTP Protocol Validations:** Distinct from SMTP Protocol Validations: focuses on accepting incoming connections and messages, not just handshake validation.