smoothie icon indicating copy to clipboard operation
smoothie copied to clipboard

Beautiful emails for your elixir application

Results 8 smoothie issues
Sort by recently updated
recently updated
newest added

I am trying to use smoothie with "phoenix 1.5.4". After mix deps.get, I get an error on "mix smoothie.init" `% mix smoothie.init ** (ArgumentError) all arguments for System.cmd/3 must be...

We have a good amount of emails that contain the same markup. Can I use render to render a block of markup that is used many times?

Most clients now support the tag, so is inlining still necessary. Perhaps it makes sense to deprecate smoothie or make the scope smaller and deprecate the style inlining?

Upon running `mix smoothie.init`, I receive the following error: > spawn: Could not cd to ./assets I am using the latest commit, and my project assets are located at `./web/static/assets`.

Currently the template in README.md is very complex, would probably help to convert it to foundation.

enhancement

The text template generation leaves quite a bit to be desired so we tend to write our own text templates manually. For some reason, templates generated by smoothie are [super...

enhancement

Right now, if a built template changes w/o running smoothie.compile (as it may if you were to check out a different branch that had a new template), the templates module...

enhancement