3 repositorios
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 es una biblioteca PHP que transforma HTML y CSS codificados en UTF-8 en documentos PDF formateados. Sirve como motor de generación de PDF y arquitecto de documentos capaz de convertir páginas web y formularios HTML en archivos profesionales. El proyecto se distingue por sus capacidades de renderizado multilingüe, proporcionando un soporte integral para texto bidireccional, scripts de derecha a izquierda y lenguajes CJK mediante la incrustación de fuentes Unicode y el procesamiento de diseño OpenType. Además, permite un diseño profesional listo para impresión mediante modelado de color avanzado en CMYK, dimensionamiento preciso de páginas y cumplimiento con los estándares de archivo PDF/A y PDF/X. La biblioteca cubre una amplia gama de funciones de diseño e interactividad de documentos, incluyendo la generación de formularios interactivos, marcadores e índices buscables. Proporciona controles detallados para plantillas de página, encabezados y pies de página, y renderizado de datos tabulares complejos. Las capacidades adicionales incluyen cifrado de PDF, subconjunto de fuentes para optimización del tamaño de archivo y la capacidad de importar páginas PDF externas como plantillas. El sistema se integra con el registro (logging) compatible con PSR-3 para realizar un seguimiento de eventos internos y errores de ejecución.
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.