Was actually looking at this today and there are a couple of CSS Inliners written in Python that could perhaps be integrated in your workflow. Haven't tried them yet but here are two.
http://pythonhosted.org/pynliner/ https://pypi.python.org/pypi/premailer/ On Tuesday, May 6, 2014 2:35:18 PM UTC-5, Tim Olejniczak wrote: > > Hi guys, > I am having a bit of trouble sending html emails that are styled with an > external CSS file. > I can get them to display properly if I include the styles inline, but if > I want to do something like <link rel="stylesheet" type="text/css" href=" > http://www.mysite.com/static/css/mystyle.css"> it does not get included. > Any help is greatly appreciated. I have been trying different approaches > for hours an none seem to work. Thank you. > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

