github knadh/listmonk v6.2.0

6 hours ago

listmonk-logo

v6.2.0 has important security fixes in addition to several improvements and general bug fixes.

As always, take a backup of your Postgres database before upgrading.

Security

This version has fixes for multiple campaign/list permission validation issues in multi-user environments.

What's new

  • Embed inline images (CID) in e-mails.
  • Define trusted URLs and redirect to them after subscriber form submission.
  • SMTP-server selection based on 'from e-mail' domains.
  • Template expression support in campaign custom headers.
  • "Outlook compatbility mode" option in the Visual e-mail builder UI.
  • Support for Azure bounce webhooks.

How to upgrade

As always, take a backup of your database before upgrading.

Binary

Download the latest binary. Stop and replace the old binary. Run ./listmonk --upgrade. Start the app again.

Docker

# cd /directory/with/docker-compose.yml

docker-compose down
docker-compose pull && docker-compose run --rm app ./listmonk --upgrade
docker-compose up -d app db

What's Changed

New Contributors

Full Changelog: v6.1.0...v6.2.0

Don't miss a new listmonk release

NewReleases is sending notifications on new releases.