We have got feature requests about this but it's not implemented at the moment.
If you really need this you could add your own render task and work with something like Premailer (https://github.com/milkshakesoftware/PreMailer.Net) to prerender the content.
We have this in the backlog but I can't give you a date for when we're looking closer at it.
I watched a video which I assume was recorded for an old version, as it says to add the render task to the web.config in the "Umbraco/NewsletterStudio" folder. I assume that is now the newsletterStudio.config file in the "Config" folder?
Inline styles
Does Newsletter Studio have any built in function(s) to convert the email HTML to inline styles?
We want to use the "send from content section" method - http://support.newsletterstudio.org/customer/portal/articles/1053067 - and have the newsletters visible online. However, for the emails themselves the HTML needs to be converted to inline styles. E.g.
Is this something we can do with Newsletter Studio?
Hi!
We have got feature requests about this but it's not implemented at the moment.
If you really need this you could add your own render task and work with something like Premailer (https://github.com/milkshakesoftware/PreMailer.Net) to prerender the content.
We have this in the backlog but I can't give you a date for when we're looking closer at it.
// m
Well, it's good that you mentioned PreMailer because that is the tool that I am looking to use at the moment!
It would also be a great enhancement to add this processing directly into Newsletter Studio :-)
I agree! =D Please let me know if you decide to go forward with the render task - I might be able to help you out.
Yes Marcus, I am looking at adding a Render task.
I watched a video which I assume was recorded for an old version, as it says to add the render task to the web.config in the "Umbraco/NewsletterStudio" folder. I assume that is now the newsletterStudio.config file in the "Config" folder?
I saw
and wondered if you were doing it automactially?!
No - I needed to add my own "task" entry
Hi!
Thats right - the video is a little old.
You just need to add it to the list in /config/newsletterStudio.config.
// m
is working on a reply...