awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesEmail Delivery Libraries

Libraries providing structured interfaces for composing and routing email messages in web applications.

Distinguishing note: None of the candidates relate to email delivery; they focus on general OOD or databases.

Explore 2 awesome GitHub repositories matching web development · Email Delivery Libraries. Refine with filters or upvote what's useful.

Awesome Email Delivery Libraries GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • swiftmailer/swiftmailerswiftmailer का अवतार

    swiftmailer/swiftmailer

    9,451GitHub पर देखें↗

    SwiftMailer is an object-oriented PHP email delivery library used to compose and send email messages within applications. It represents emails as structured objects to manage headers, bodies, and attachments before they are serialized for transmission. The library utilizes a transport-based routing system to decouple message composition from delivery. This allows emails to be routed through different mechanisms, including authenticated SMTP connections to remote mail servers or local server binaries via Sendmail integration.

    A structured approach to creating email messages as objects for flexible application integration.

    PHPemailemailsmailer
    GitHub पर देखें↗9,451
  • acra/acraACRA का अवतार

    ACRA/acra

    6,495GitHub पर देखें↗

    Acra is an Android crash reporting framework and diagnostic data collector designed to detect failures and capture device diagnostics, system logs, and application state. It serves as an embeddable library for capturing and processing crash reports, providing a pipeline to send this data to custom backends or via email. The project features a plugin-based sender architecture that allows reports to be routed through HTTP endpoints, email clients, or proprietary backend implementations. It includes a user-controlled reporting system with preference toggles and interactive dialogs to manage user

    Delivers crash reports via the device email client to avoid requiring internet permissions.

    Kotlin
    GitHub पर देखें↗6,495
  1. Home
  2. Web Development
  3. Email Delivery Libraries

सब-टैग एक्सप्लोर करें

  • Mobile Email RoutingMechanisms for routing reports through a mobile device's native email client. **Distinct from Email Delivery Libraries:** Focuses on using the device's native email intent rather than web-based SMTP libraries.