E-Mail generator

Hi guys

I was wondering if anyone knew of any prebuilt php packages where you can do the following process.

  1. Have a blank html (previously built by myself)
  2. Form where the user can input the content.
  3. Then for it to be in-putted into the blank html in its relevant section ie headline.
  4. Then allow for an export html or display a copy of the source code.

Haven’t used php for a couple of years so am looking for something pre built that I can modify to get a nice polished result.

Thanks

It sounds like a pretty standard templating system to be honest, instead of rendering html, it renders as plain text.

You should be able to modify a library to suit. :slight_smile: