wagtail / wagtail-newsletter

Send email newsletters based on Wagtail content
https://wagtail-newsletter.readthedocs.io
BSD 3-Clause "New" or "Revised" License
9 stars 3 forks source link

Add option to set a pre-header #41

Open mgax opened 1 week ago

mgax commented 1 week ago

Newsletters make use of a pre-header to grab attention and increase email open rate. We could add another field, below newsletter_subject, where the editor can (optionally) specify a pre-header.

mgax commented 1 week ago

I've made a demo of how a user of the library might add their own pre-header text to their page model: https://github.com/wagtail/wagtail-newsletter/pull/49. I think this is something users should add themselves, it's not necessary to add support in the library.