2 repository-uri
Programmatic construction of email bodies, headers, and attachments using object-oriented structures.
Distinct from PHP Email Integrations: Focuses on the structured creation of the email object itself, rather than the general integration of delivery services.
Explore 2 awesome GitHub repositories matching web development · Message Composition. 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.
Building complex email messages with custom headers and attachments using an object oriented PHP structure.
This is a Ruby email library providing a comprehensive toolset for composing, parsing, and sending emails. It includes an SMTP client for delivering outgoing messages and a MIME parser for decomposing complex multipart email structures. The project features an IMAP and POP3 mail fetcher for synchronizing messages from remote servers, alongside a specialized framework for testing email logic through mock delivery methods and matchers. The library covers a broad range of email operations, including the generation of nested multipart messages, the management of attachments, and the translation
Provides a domain-specific language for the programmatic construction of email bodies, headers, and attachments.