awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • leemunroe/responsive-html-email-templateleemunroe 的头像

    leemunroe/responsive-html-email-template

    13,684在 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
    在 GitHub 上查看↗13,684
  • zurb/foundation-emailszurb 的头像

    zurb/foundation-emails

    7,790在 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
    在 GitHub 上查看↗7,790
  • sj26/mailcatchersj26 的头像

    sj26/mailcatcher

    6,762在 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
    在 GitHub 上查看↗6,762
  • tijsverkoyen/csstoinlinestylestijsverkoyen 的头像

    tijsverkoyen/CssToInlineStyles

    5,831在 GitHub 上查看↗

    CssToInlineStyles 是一个用于 HTML 邮件的 CSS 内联工具,将样式表转换为 HTML 元素上的内联样式属性。它作为一个样式解析器和转换引擎,将 CSS 选择器映射到 HTML 标签,以确保在不同的邮件客户端和提供商之间保持一致的视觉渲染。 该工具通过在将解析后的属性直接注入到相应 HTML 元素的 style 属性之前,应用特异性和继承规则来计算最终的计算样式。它利用基于 DOM 的样式计算和选择器映射来确定哪些声明适用于每个标签。

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

    PHP
    在 GitHub 上查看↗5,831
  1. Home
  2. Web Development
  3. Email Development

探索子标签

  • 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.