voidlabs / mosaico

Mosaico - Responsive Email Template Editor
https://mosaico.io
GNU General Public License v3.0
1.71k stars 501 forks source link

Public URL of raw HTML template #611

Closed drzraf closed 3 years ago

drzraf commented 3 years ago

One missing feature would be the ability to obtain/copy a (public & random) URL storing/providing the template's (HTML) lives (and provide the raw HTML) (like GitHub raw diff URL). Would be an alternative to the dl (download) URL trigger by a POST.

That would allow outsourcing online template composition and still later retrieve resulting template (and would be very helpful)

bago commented 3 years ago

Mosaico is a javascript library, so this feature does not apply and I'm closing this as invalid.

The bundled backend is just a development backend, if you use mosaico you have to build your own backend and it should be trivial to have saved template being made available via public url.