Listmonk v0.6.0-alpha Release Notes

Release Date: 2020-05-16 // almost 4 years ago
  • โฑ This version replaces the old rudimentary SMTP pooling lib with a new one that supports retries, idle timeouts, and graceful fails. This introduces breaking changes in the form of new fields under SMTP configuration: idle_timeout, wait_timeout, and max_msg_retries.

    ๐Ÿ”„ Changelog

    ๐Ÿ”€ cb331b9 Merge branch 'master' of github.com:knadh/listmonk
    ๐Ÿšš abddcb9 Remove redundant SMTP LOGIN auth implementation
    69d3e9b Fix JSON error on HTML form subscription
    9d3ca35 Integrate new SMTP pool lib
    ๐Ÿ”€ 1e61760 Merge pull request #104 from mr-karan/master
    ๐Ÿšš 23faa9f fix: Remove root URI on frontend
    e58b2fa Fix typo
    ๐Ÿ‘ f498cdd Add support for hosted messages and {{ MessageURL }} tpl tag.
    ๐Ÿ”จ 3a9a2ef Refactor get-campaign to accept uuid + get body
    ๐Ÿšš 6bba55f Remove 'campaignDone?' check that incorrectly ignored queued messages in a finishing campaign.
    ๐Ÿ”€ 0abc1ae Merge pull request #86 from thejaswinipathi/patch-1
    c93ba78 Changed on PR comment
    ๐Ÿ”€ 56122c0 Merge pull request #80 from jaredfolkins/master
    11c7c60 enhc: add plain text email body along with HTML, add option in config.toml

    ๐Ÿณ Docker images

    • ๐Ÿณ docker pull listmonk/listmonk:latest
    • ๐Ÿณ docker pull listmonk/listmonk:v0.6.0-alpha