Closed andymckay closed 9 years ago
So the one bit I wonder about is the CSS fetching that premailer does. Is that going to be smart about not fetching it every time - also if the css was not returned for whatever reason will it fallback to a stale version or will the styling of the email just be borked?
Simplicity FTW r+wc
It's not going to be smart about that, it will just fail. The premailing of the template (what this removes) was an attempt to address that option, but it ended becoming too complicated. I can't help but think that the answer is something around: https://github.com/mozilla/payments-service/issues/111
fixes #110