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,684GitHub पर देखें↗

    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,790GitHub पर देखें↗

    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,762GitHub पर देखें↗

    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,831GitHub पर देखें↗

    CssToInlineStyles HTML ईमेल के लिए एक CSS इनलाइनर है जो स्टाइलशीट को HTML एलिमेंट्स पर इनलाइन स्टाइल एट्रिब्यूट्स में बदल देता है। यह एक स्टाइल रिज़ॉल्वर और ट्रांसफ़ॉर्मेशन इंजन के रूप में कार्य करता है, जो विभिन्न ईमेल क्लाइंट्स और प्रोवाइडर्स में सुसंगत विज़ुअल रेंडरिंग सुनिश्चित करने के लिए CSS सिलेक्टर्स को HTML टैग्स से मैप करता है। यह टूल संबंधित HTML एलिमेंट्स के स्टाइल एट्रिब्यूट्स में सीधे रिज़ॉल्व्ड प्रॉपर्टीज़ को इंजेक्ट करने से पहले विशिष्टता और इनहेरिटेंस नियमों को लागू करके अंतिम कंप्यूटेड स्टाइल्स की गणना करता है। यह यह निर्धारित करने के लिए कि कौन सी घोषणाएं प्रत्येक टैग पर लागू होती हैं, 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.