awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repositorios

Awesome GitHub RepositoriesEmail Development

The practice of writing HTML and CSS specifically for electronic mail clients.

Distinguishing note: Candidates are end-user applications (clients), not the development process of the emails themselves.

Explore 4 awesome GitHub repositories matching web development · Email Development. Refine with filters or upvote what's useful.

Awesome Email Development GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • leemunroe/responsive-html-email-templateAvatar de leemunroe

    leemunroe/responsive-html-email-template

    13,684Ver en GitHub↗

    This project is a responsive HTML email template and framework designed to maintain visual consistency across diverse desktop and mobile email applications. It provides a set of CSS and HTML patterns that ensure layouts, images, and preheaders render correctly across various email service providers. The framework utilizes a fluid-grid design system with percentage-based widths and max-width constraints to scale across different screen sizes. It employs a strategy of applying styles directly to HTML elements to prevent email clients from stripping external or internal stylesheets. The system

    Provides the underlying code and patterns necessary to ensure emails display correctly across diverse mail clients.

    HTMLemailemail-marketingemail-template
    Ver en GitHub↗13,684
  • zurb/foundation-emailsAvatar de zurb

    zurb/foundation-emails

    7,790Ver en GitHub↗

    Foundation Emails is a responsive HTML email framework designed to create layouts that render consistently across different screen sizes and email clients. It functions as a system for building responsive emails and includes a CSS inliner to convert external stylesheets into inline HTML attributes. The framework incorporates an HTML table layout generator that converts simplified custom tags into the complex table structures required for legacy email client rendering. This process automates the creation of layouts that maintain visual consistency in restrictive email software. The project pr

    Provides a comprehensive framework for writing HTML and CSS specifically for responsive email clients.

    HTML
    Ver en GitHub↗7,790
  • sj26/mailcatcherAvatar de sj26

    sj26/mailcatcher

    6,762Ver en GitHub↗

    Mailcatcher is a local email development proxy and SMTP server mock designed to intercept outgoing emails during development. It acts as a network bridge that catches outbound mail on a specified port and displays it in a web-based inspector instead of delivering messages to real recipients. The tool provides a web-based email viewer for reviewing HTML, plain text, and raw source content, along with an interface for inspecting headers and downloading attachments. It utilizes a RESTful JSON API to serve captured mail as structured data to the browser interface. The system includes a TCP socke

    Facilitates the email development workflow by allowing layouts to be reviewed in a browser before production.

    Rubydevelopmentdevtoolsmail
    Ver en GitHub↗6,762
  • tijsverkoyen/csstoinlinestylesAvatar de tijsverkoyen

    tijsverkoyen/CssToInlineStyles

    5,831Ver en GitHub↗

    CssToInlineStyles es un inliner de CSS para correos electrónicos HTML que convierte hojas de estilo en atributos de estilo inline en elementos HTML. Funciona como un resolvedor de estilos y motor de transformación, mapeando selectores CSS a etiquetas HTML para asegurar un renderizado visual consistente a través de diversos clientes y proveedores de correo electrónico. La herramienta calcula los estilos finales computados aplicando reglas de especificidad y herencia antes de inyectar las propiedades resueltas directamente en los atributos de estilo de los elementos HTML correspondientes. Utiliza cálculo de estilo basado en el DOM y mapeo de selectores para determinar qué declaraciones se aplican a cada etiqueta.

    Supports the development of HTML emails by converting stylesheets into inline element styles.

    PHP
    Ver en GitHub↗5,831
  1. Home
  2. Web Development
  3. Email Development

Explorar subetiquetas

  • Visual Inspection ToolsInterfaces used to preview and debug the rendering of HTML and plain text emails across different formats. **Distinct from Email Development:** Focuses on the tooling used to inspect and review generated emails, whereas Email Development covers the broader practice of writing the HTML/CSS.