awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesMessage Composition

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.

Awesome Message Composition GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • swiftmailer/swiftmailerswiftmailer 的头像

    swiftmailer/swiftmailer

    9,451在 GitHub 上查看↗

    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.

    PHPemailemailsmailer
    在 GitHub 上查看↗9,451
  • mikel/mailmikel 的头像

    mikel/mail

    3,674在 GitHub 上查看↗

    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.

    Ruby
    在 GitHub 上查看↗3,674
  1. Home
  2. Web Development
  3. PHP Email Integrations
  4. Message Composition