$50 for 8 templates. There's nothing free or open-source on this site. Nothing wrong with that but just setting expectations. I supposed it's not a bad price if you're making money off the marketing campaign.
Can someone point to a "free", basic template that I can use instead of sending plaintext emails? HTML in emails is simply a PITA. If I can make my daily crons looks pretty then I'm all for that.
Even a nice css table similar to bootstrap would solve 99% of all my needs.
Agreed, these are very expensive if all they are is responsive email templates. ThemeForest offers similar quality for about $12, and there are lots of free ones available as well:
Having worked in email marketing before, making a reliable template that just works in most major webmail platforms requires a LOT more work than doing the same thing for web browsers. If they work (and I haven't tried them, so can't provide first-hand evidence), then they are well worth the money.
Having to do email marketing as one of my job responsibilities, making something that both looks good and works is certainly not a trivial task that can be done on short notice just before you have to send the newsletter out.
I recently put back on my old geezer hat and switched to GNUS for email at work. I yearn for the days that all email was simple text and people actually trimmed long reply chains. Inline responses were also easier in text.
That said, I do realize this is mainly for marketing emails. Or things that need to show charts and the like. I don't instantly despise the idea. But it does amuse me that much of what makes the space difficult, is a combination of a ton of things that were designed to make the space easy. (Though, I question who the target was for most of the ease. Seems many features are made specifically to make it easier to market to me. Not for me to use email.)
One of the best decisions I made was to use a cli email client. Parsing email is much faster and eaiser. And I don't have to look at spam^H^H^H^Hmarketing emails any more.
I've been meaning to use Emacs for my e-mail for quite some time now, but I can't get myself to jump through all the hurdles required to get reliable access to GMail.
In Emacs I use mu4e pointed at a local Maildir and sync against an imap server using mbsync (switched away from offlineimap because of UID validity issues, which is apparently offlineimap's only method of tracking messages, may be a flaw with microsoft's imap implementation, but offlineimap can't handle it).
mbsync needs (setq mu4e-change-filenames-when-moving t) so it can properly handle file moves.
Haven't used it against gmail, but because microsoft wants you using outlook only, imap is a bit buggy so you need to set PipelineDepth 1 in your .mbsyncrc IMAPAccount block because it seems that the microsoft imap server has account global variables so multiple threads/connections will step on each other.
And perversely, (setq mu4e-view-prefer-html t) has to be set because many rich html composing clients will send a text version that's completely blank, leaving you staring at a blank body if the client defaulted to text only.
You'll have to find a html rendering command that works for you. Something like (setq mu4e-html2text-command "html2text -utf8 -nobs -width 72")
Or google around for custom commands other people have published.
I haven't hooked up to gmail, yet. I can't imagine it is harder than hooking up to exchange, though. For that GNUS really hasn't been that bad. I quite enjoy it.
Not sure how "responsive" this is. The litmus test uses the simplest of all the email templates and just looks like centered, possibly tabular content.
That's about as responsive as you can get, unfortunately. Outlook and Gmail don't support the CSS box model, so you have to use tables and that really limits what you can do on mobiles.
Yeah, coding HTML emails is basically a whole series of 'interesting workarounds'. I actually quite enjoy it - it's kind of like code golf in that there's no best practice, it's just all hacks on hacks on hacks.
I don't think media queries work in email clients. Responsive usually just means setting a width for mobile and displaying that same layout centered on anything with a larger view.
Yeah, but not all of them. So you either have to get very creative or decide you're ok with having tiny, zoomed-out looking emails in the native Gmail App (which has a significant user base)
I find it amazing that the primary method of communication across many businesses is still mired in a world of compromise and hacks.
Surely the use tables to create presentable emails, rather than simple HTML and CSS bumps up the size of these emails that it would be in their interest to base their rendering on modern standards.
Hey, this is Lee. Correct. The simple responsive email template is free and open source. If you have the time, or don't have the budget, you could definitely use this as a starting point and create the rest of the templates on top of this. It took me more than a few hours though :-)
OK! So funny I have used that freebie one for a few years. That's why I knew it the second I saw it. That's been a very useful template and I really appreciated finding it on github a long time ago. Use it for transactional emails literally all the time. Thanks for putting it up. By the way for the inlining I use premailer. That's a good service.
Cortana has a huge amount of schema.org integration. Yahoo is onboard but I have no idea what they do, whether email factors in to what they do atm.
I'm insulted Google is whitelisting schema.org markup. Their guidelines also mandate that you already send hundreds of messages a day, which is hostile as fuck and disgusting. That's incredibly poor plutocratic bullshit handling, and flies hard in the face of what the web is. What a pity.
There are several differences with the templates for sale on HTMLemail.io: More layouts, a 6 column grid, better responsive support for mobile (including Gmail apps), includes high resolution image assets for social media and app store buttons, better support across all clients including Gmail and Outlook.
Another Lee! Thanks for being transparent about the differences and for that awesome Grunt workflow. I'll take a closer look at the for sale templates.
Can someone point to a "free", basic template that I can use instead of sending plaintext emails? HTML in emails is simply a PITA. If I can make my daily crons looks pretty then I'm all for that.
Even a nice css table similar to bootstrap would solve 99% of all my needs.