Does Shopify Email App create pages out of enews that I can link to after sending?

I’m using the Shopify Email app to send monthly enews to subscribers.

I’d like to include a way for people to read the enewsletter as a web page on my Shopify site.

For example, MailChimp converts a campaign into an HTML version that they host. That way you can send people to the HTML version if they are having trouble viewing the newsletter in their email or if you want to link someone to a previous newsletter you can.

How can I do this with the Shopify Email app?

Thanks for any insights.

Hi Shopify - can I get some help with this please? THANK YOU.

I FINALLY found an answer to this. Check out this post - specifically the reply given by @ariel03 which I will include here. I’m using Debut theme and this solution worked worked and WORKED. Thanks again to @ariel03 !

See:

https://community.shopify.com/c/shopify-design/liquid-html-code-for-newsletter/td-p/372970

I am not an expert and really do not know code at all, but this is what worked for me in the brooklyn theme:> > In the code editor, choose “add new template” and then use “page” and select liquid as the base template and rename as desired.> > Then I went to my Sections in the code editor and clicked on newsletter.liquid. Copied all the code up to SCHEMA around line 48.> > Then pasted this code in my newly created page template between> > {{ page.content }} and > > Then save. Now you can create a new page in your theme as you normally would, selecting your renamed template from the drop down menu on the right. Add title and text as normal. This worked for me.> > Thanks for any insights.