4 Repos
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.
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.
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.
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.
CssToInlineStyles ist ein CSS-Inliner für HTML-E-Mails, der Stylesheets in Inline-Stilattribute auf HTML-Elementen umwandelt. Er fungiert als Stil-Resolver und Transformations-Engine, die CSS-Selektoren auf HTML-Tags abbildet, um eine konsistente visuelle Darstellung über verschiedene E-Mail-Clients und Anbieter hinweg sicherzustellen. Das Tool berechnet finale berechnete Stile durch Anwendung von Spezifitäts- und Vererbungsregeln, bevor die aufgelösten Eigenschaften direkt in die Stilattribute der entsprechenden HTML-Elemente injiziert werden. Es nutzt DOM-basierte Stilberechnung und Selektor-Mapping, um zu bestimmen, welche Deklarationen auf welches Tag angewendet werden.
Supports the development of HTML emails by converting stylesheets into inline element styles.