All Projects → hteumeuleu → Caniemail

hteumeuleu / Caniemail

Licence: mit
Can I email… Support tables for HTML and CSS in emails.

Projects that are alternatives of or similar to Caniemail

Awesome Emails
✉️ An awesome list of resources to build better emails.
Stars: ✭ 1,379 (+279.89%)
Mutual labels:  email-marketing, emails, html-emails
Html Email Templates
Free HTML Email Templates created using the Postcards - https://designmodo.com/postcards/
Stars: ✭ 178 (-50.96%)
Mutual labels:  email-marketing, emails, html-emails
Paperboy
💌💨 Email Campaign Delivery built with GoLang inspired by GoHugo
Stars: ✭ 411 (+13.22%)
Mutual labels:  email-marketing, html-emails
Maizzle
Official Maizzle starter project.
Stars: ✭ 921 (+153.72%)
Mutual labels:  email-marketing, html-emails
Email Extractor
The main functionality is to extract all the emails from one or several URLs - La funcionalidad principal es extraer todos los correos electrónicos de una o varias Url
Stars: ✭ 81 (-77.69%)
Mutual labels:  email-marketing, emails
Codedmailsfree
Ready to use 50+ responsive HTML email templates - Codedmails Free
Stars: ✭ 227 (-37.47%)
Mutual labels:  emails, html-emails
Email Templates
Free HTML email templates for Mailchimp and other emails services
Stars: ✭ 457 (+25.9%)
Mutual labels:  email-marketing, emails
Responsive Html Email Template
A free simple responsive HTML email template
Stars: ✭ 10,831 (+2883.75%)
Mutual labels:  email-marketing, html-emails
Email Dashboard
📪 An interactive emailing management service with scheduling, templating, tracking and A/B testing.
Stars: ✭ 194 (-46.56%)
Mutual labels:  email-marketing, emails
React Email Editor
Drag-n-Drop Email Editor Component for React.js
Stars: ✭ 3,131 (+762.53%)
Mutual labels:  email-marketing, html-emails
Email Bugs
Email quirks and bugs
Stars: ✭ 306 (-15.7%)
Mutual labels:  emails, html-emails
mjml-server
MJML wrapped in Express for use over HTTP
Stars: ✭ 31 (-91.46%)
Mutual labels:  email-marketing, emails
Framework
HTML email development framework.
Stars: ✭ 359 (-1.1%)
Mutual labels:  email-marketing, html-emails
Beautiful Jekyll
✨ Build a beautiful and simple website in literally minutes. Demo at https://beautifuljekyll.com
Stars: ✭ 3,778 (+940.77%)
Mutual labels:  jekyll
Portfolyou
A beautiful portfolio Jekyll theme that works with GitHub Pages.
Stars: ✭ 334 (-7.99%)
Mutual labels:  jekyll
Jekyll Klise
🏖 Klisé is a minimalist Jekyll theme for running a personal site or blog, light & dark mode support. (https://klise.now.sh)
Stars: ✭ 312 (-14.05%)
Mutual labels:  jekyll
Jekyll Gallery Generator
A Jekyll plugin that generates photo galleries from directories full of images.
Stars: ✭ 315 (-13.22%)
Mutual labels:  jekyll
Siberiawolf.github.io
Siberiawolf的小窝
Stars: ✭ 353 (-2.75%)
Mutual labels:  jekyll
Html2text
Golang HTML to plaintext conversion library
Stars: ✭ 339 (-6.61%)
Mutual labels:  html-emails
Jekyll Theme Console
A jekyll theme inspired by linux consoles for hackers, developers and script kiddies.
Stars: ✭ 315 (-13.22%)
Mutual labels:  jekyll

Can I email…

caniemail.com provides email clients support tables for HTML and CSS features.

Can I email runs on Jekyll as GitHub Pages site with a home made theme. The site uses Sass for CSS compilation.

Installation

  1. Clone the repository.
git clone https://github.com/hteumeuleu/caniemail.git

See Cloning a repository on GitHub documentation. If you're not familiar with Git or GitHub, I strongly encourage you to try GitHub's desktop app on macOS or Windows.

  1. Install Jekyll.
gem install bundler jekyll

See Jekyll Installation Guide.

  1. Run Jekyll.
bundle exec jekyll serve

You can turn on incremental regeneration with the --incremental flag.

bundle exec jekyll serve --incremental

The embed version of the site (embed.caniemail.com) is built by specifiying the config file to use.

bundle exec jekyll serve --config _config.embed.yml
  1. Go to http://localhost:4000.

Usage

Folders structure

Here is a quick overview of the project's folders structure:

  • Data:

    • _data: Data files used throughout the site. This is mainly for settings and labels.
    • _features: Data for every HTML and CSS features support.
    • _posts: Data for the latest news.
    • tests: HTML tests files to test HTML and CSS features.
  • Layout:

    • _includes: Files included in other theme files.
    • _layouts: The main layouts of the site.
    • _sass: Sass files. All files will be compiled into one in the assets/css/ folder.
    • assets: CSS, images, and JavaScript files.

Licence

MIT Licence

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].