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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
swiftmailer avatar

swiftmailer/swiftmailerArchived

0
View on GitHub↗
9,451 stars·852 forks·PHP·MIT·8 vuesswiftmailer.symfony.com↗

Swiftmailer

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.

Features

  • Email Dispatchers - Acts as an email dispatcher to send plain text or HTML messages via SMTP to recipients.
  • PHP Email Integrations - Create and deliver email messages using a flexible object oriented structure to organize content.
  • Email Transport Drivers - Uses a transport-based routing system to decouple message composition from various delivery drivers.
  • Local Binary Transports - Delivers mail through local server binaries to send messages without requiring a remote network connection.
  • SMTP Message Transmission - Handles the process of composing and delivering electronic mail via the Simple Mail Transfer Protocol.
  • SMTP Sending - Delivers outgoing messages to remote mail servers using the SMTP protocol.
  • Email Delivery Libraries - A structured approach to creating email messages as objects for flexible application integration.
  • Email Libraries - Provides a comprehensive library for programmatically constructing and dispatching email messages in PHP.
  • Message Composition - Building complex email messages with custom headers and attachments using an object oriented PHP structure.
  • Mail Transport Configurations - Allows defining delivery methods and SMTP settings to route outgoing mail to the correct destination.
  • Pluggable Transport Layers - Implements a pluggable interface to swap different mailing protocols and delivery backends.
  • Local Mail Routing - Routes emails through local server binaries like Sendmail to avoid external remote connections.
  • Mail Protocol Serializers - Transforms internal message objects into the raw text formats required by specific mail servers or binaries.
  • Sendmail Delivery Integrations - Provides a delivery mechanism that routes emails through a local server binary.
  • Message Object Models - Represents email headers, bodies, and attachments as a structured object hierarchy before serialization.

Historique des stars

Graphique de l'historique des stars pour swiftmailer/swiftmailerGraphique de l'historique des stars pour swiftmailer/swiftmailer

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait swiftmailer/swiftmailer ?

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.

Quelles sont les fonctionnalités principales de swiftmailer/swiftmailer ?

Les fonctionnalités principales de swiftmailer/swiftmailer sont : Email Dispatchers, PHP Email Integrations, Email Transport Drivers, Local Binary Transports, SMTP Message Transmission, SMTP Sending, Email Delivery Libraries, Email Libraries.

Quelles sont les alternatives open-source à swiftmailer/swiftmailer ?

Les alternatives open-source à swiftmailer/swiftmailer incluent : go-gomail/gomail — gomail is a Go SMTP client library used for composing and sending email messages through SMTP servers. It functions as… charmbracelet/pop — Pop is a command-line email client and utility used to compose and deliver electronic messages directly from the… neomutt/neomutt — NeoMutt is a terminal-based electronic mail management system that provides a text-based user interface for reading… nodemailer/nodemailer — Nodemailer is a comprehensive library for Node.js applications designed to handle the composition, signing, and… tastyigniter/tastyigniter — TastyIgniter is a comprehensive restaurant management system and digital ordering engine. Built as a modular… mikel/mail — This is a Ruby email library providing a comprehensive toolset for composing, parsing, and sending emails. It includes…

Alternatives open source à Swiftmailer

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Swiftmailer.
  • go-gomail/gomailAvatar de go-gomail

    go-gomail/gomail

    4,737Voir sur GitHub↗

    gomail is a Go SMTP client library used for composing and sending email messages through SMTP servers. It functions as an email message composer and MIME email serializer, converting complex email objects and binary attachments into byte streams according to internet message standards. The library includes an SMTP connection manager that handles server session authentication and transmits multiple messages over a single encrypted connection to reduce network latency. It supports secure email delivery through encrypted data transmission to protect sensitive information during transit. The pro

    Go
    Voir sur GitHub↗4,737
  • charmbracelet/popAvatar de charmbracelet

    charmbracelet/pop

    2,757Voir sur GitHub↗

    Pop is a command-line email client and utility used to compose and deliver electronic messages directly from the terminal. It functions as a dispatch system that routes messages through SMTP servers or third-party API services. The tool includes a markdown composer that transforms markdown text into formatted HTML for email bodies. It manages sender identities and server credentials through a combination of persistent default configurations and environment variables. The system supports appending binary data from the local filesystem as attachments and provides a pipeline for automated email

    Go
    Voir sur GitHub↗2,757
  • neomutt/neomuttAvatar de neomutt

    neomutt/neomutt

    3,659Voir sur GitHub↗

    NeoMutt is a terminal-based electronic mail management system that provides a text-based user interface for reading and composing emails. It functions as a mail manager and client supporting IMAP, POP3, and SMTP protocols, as well as NNTP for newsgroup access. The project distinguishes itself through integrated support for PGP and S/MIME encryption, providing tools for signing and encrypting messages and managing cryptographic keys. It supports modern authentication via OAuth2 and offers specialized MIME-aware reading capabilities for decoding multipart messages and visualizing MIME structure

    Cccliemail
    Voir sur GitHub↗3,659
  • nodemailer/nodemailerAvatar de nodemailer

    nodemailer/nodemailer

    17,583Voir sur GitHub↗

    Nodemailer is a comprehensive library for Node.js applications designed to handle the composition, signing, and transmission of email messages. It provides a robust framework for constructing MIME-compliant content, managing complex attachments, and routing messages through various delivery channels, including standard SMTP servers, local mail transfer agents, and cloud-based email services. The library distinguishes itself through a modular, plugin-based transport architecture that allows for custom delivery mechanisms and environment-specific configurations. It includes advanced features fo

    JavaScriptemailemail-sendernodemailer
    Voir sur GitHub↗17,583
  • Voir les 30 alternatives à Swiftmailer→