Showing email broadcast as a page on WP

Is there a way to take an email created for a broadcast and place it on my WP website? I do not want to recreate the email on the site, if possible.

It’s possible, but it really depends on how savvy you are with creating custom pages in WP. Getting to the source code and creating an html document from an email is pretty easy.

  • Send yourself the email to outlook or some other client where you can “view in browser”
  • Right click and “view source”.
  • Save it as “mytemplate.html” or whatever you want.
  • You’ll want to edit the html to remove the unsubscribe stuff at the bottom, modify any hyperlinks or anything you want to change.
  • Then upload as a custom page in WP.

Thanks