Does Python have a module to convert CSS styles to inline styles for emails?

前端 未结 4 981
陌清茗
陌清茗 2020-12-28 09:07

I know this exists in other languages, but I want it for Python to I can send emails that\'ll show up in GMail, etc.

4条回答
  •  再見小時候
    2020-12-28 09:36

    I had to do the same thing a while back and put the module I made for it up on GitHub https://github.com/rennat/pynliner

提交回复
热议问题