Converting External CSS to Inline CSS for Mail in Rails

前端 未结 3 677
遇见更好的自我
遇见更好的自我 2021-01-31 20:30

I am trying to create an application that will send out style-heavy emails and have required clients working except Google\'s Gmail. I researched the issue and it looks like Gma

3条回答
  •  遇见更好的自我
    2021-01-31 21:10

    Here are couple of gems you can check out:

    • premailer or premailer-rails for rails
    • mail_style
    • premailer plus (fork of the above version)
    • awesome_email
    • roadie

    I have no winner at the time writing this answer but premailer seems to be most up-to-date.

提交回复
热议问题