pentacent / keila

Open Source Newsletter Tool.
https://keila.io
GNU Affero General Public License v3.0
1.25k stars 61 forks source link

Allow viewing sent campaigns #217

Open wmnnd opened 1 year ago

wmnnd commented 1 year ago

Currently, once an email is sent it’s no longer possible to view the campaign. It should be possible to still get a preview of the campaign after it was sent.

almereyda commented 2 days ago

This will be very much appreciated and also opens the door for public HTML renderings behind a hard-guessable URL, which can be supplied with each message.

View this message in the browser.

There is already a static display of a campaign, which is possible to trigger with the preview button on the writing pane. This code path could probably be reused to generate a static rendering of a mailing.

In seperation from this, the details could be complete in so far that all available configuration and metadata of a mailing is surfaced to the users. This can be helpful debugging situations in which a mailing failed.

Additionally, it could probably be good to show the users that were unsubscribing from the mailings, in case one had another way to approaching them in another situation.