3 dépôts
Libraries that integrate email delivery capabilities into PHP web applications.
Distinct from PHP Integrations: Nothing in the shortlist covers the general domain of integrating email delivery specifically for PHP applications.
Explore 3 awesome GitHub repositories matching web development · PHP Email Integrations. 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.
Create and deliver email messages using a flexible object oriented structure to organize content.
mPDF est une bibliothèque PHP qui transforme du HTML et CSS encodés en UTF-8 en documents PDF formatés. Elle sert de moteur de génération de PDF et d'architecte de documents capable de convertir des pages web et des formulaires HTML en fichiers professionnels. Le projet se distingue par ses capacités de rendu multilingue, offrant un support complet pour le texte bidirectionnel, les scripts de droite à gauche et les langues CJK en utilisant l'incorporation de polices Unicode et le traitement de mise en page OpenType. Il permet également une conception professionnelle prête pour l'impression grâce à une modélisation des couleurs avancée en CMJN, un dimensionnement précis des pages et la conformité aux standards d'archivage PDF/A et PDF/X. La bibliothèque couvre un large éventail de fonctionnalités de mise en page et d'interactivité, y compris la génération de formulaires interactifs, de signets et d'index consultables. Elle fournit des contrôles détaillés pour les modèles de page, les en-têtes et pieds de page, et le rendu de données tabulaires complexes. Les capacités supplémentaires incluent le chiffrement PDF, le sous-ensemble de polices pour l'optimisation de la taille des fichiers et la possibilité d'importer des pages PDF externes comme modèles. Le système s'intègre avec la journalisation conforme à PSR-3 pour suivre les événements internes et les erreurs d'exécution.
Integrates with mailing libraries to attach generated PDF documents to outgoing emails.
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.