phoenix_mjml
phoenix_mjml copied to clipboard
Phoenix Template Engine for Mjml
Results
2
phoenix_mjml issues
Sort by
recently updated
recently updated
newest added
Currently when compiling the app on windows, you'll get a compilation error like this: ``` ** (ErlangError) Erlang error: :eacces erlang.erl:2217: :erlang.open_port({:spawn_executable, 'c:/Users/user/AppData/Roaming/npm/mjml.cmd'}, [:use_stdio, :exit_status, :binary, :hide, {:args, ["template.mjml", "-s"]}])...
Please correct me if I am wrong but in your implementation, you generate html then compile it with EEx. This way you aren't able to generate really dynamic mails because...