2 रिपॉजिटरी
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.
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.
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.