I am using a Zurb Ink template to send an email. When I view the email in mailcatcher (from the development server) everything looks fine, but when I receive an email from the production server (to my gmail account), all of the CSS styling is gone.…
Generating a PDF from an email (Zurb Ink templated); but am always presented with a single page PDF.
Runnable test-case:
from weasyprint import HTML, CSS
from urllib2 import urlopen
if __name__ == '__main__':
html =…
Anyone know of any email template CSS framework. I am currently using bootstrap, it works, but not exactly built for email. I have looked at "zurb ink" but it just doesn't seem very developer friendly, so hard to make it work. What are others using…
I am building markup for an HTML email, however I can't seem to find a solution to prevent a word from breaking mid-word like this in iOS email client:
HTML:
I'm using https://foundation.zurb.com/emails.html to develop my email templates. For each and every template there are parts where I need to add eg. <%= params.someData %> but '<' gets escaped while compiling, so instead of being <%= params.someData…
I'm using Foundation for E-Mail to create templates. When I preview the templates by running yarn start everything works fine but when I yarn build the template my custom CSS classes will not be inlined.
For example
I am experiencing an issue using the Desktop/Mobile show/hide functionality with Zurb Ink email framework. When I use the CSS below it works correctly in GMail, where the mobile content is hidden and only desktop is shown, but not in Outlook.…
Im trying to install the inky-rb gem to use the foundation-email themes in rails API-Only. This api only read/send data but we want to send emails for user from her.
I aready added the gem
# Preprocessor for email HTML to convert components in…
I am using Foundation Email to create HTML emails and it is working very well however the footer images are not obeying the CSS I set to limit their sizes.
Here is how the footer is injected into the page:
…
I can't figure out how to change these blue links Gmail is adding to the email I'm trying to code.
I've searched online and implemented their fixes but to no avail.
Here's my code.
I've been using Zurb Foundation for Emails successfully for quite some time. Suddenly the build process is failing.
I updated to Node 7.7.2 and NPM 4.1.2, deleted the node_modules directory and ran npm install to reinstall the dependencies, but it…
According to what email on acid is showing me I am see this where I have some links and text being centered in an email
But here is what it is supposed to look like, most other email clients are showing this properly
The table that these links are…
Zurb Ink's grid requires a table.container element at the top-most level to contain rows and columns. However, it's not clear to me if there should only be one table.container for the whole email – kind of like a tag. Or is it is better…