Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

Listmonk

31 Topics 233 Posts
  • Listmonk - Package Updates

    Pinned Locked
    32
    0 Votes
    32 Posts
    12k Views
    Package UpdatesP
    [1.17.0] Update listmonk to 6.2.0 Full Changelog feat(i18n): add Arabic (ar) translation by @imohad in #2977 Fixs #2987 - Prevent confirmed subscriber becoming unconfirmed when re-subscribing. by @blu3id in #2996 fix(analytics): correct per-campaign unique view counting by @wucm667 in #3024 fix: prevent nil pointer crash in BounceWebhook when bounce processing disabled by @Koushik-1729 in #2993 Add per-domain SMTP routing by @jaymzh in #2953 Fix: ZIP Slip path traversal in CSV import by @Yunkaiwjs in #3065 fix: protect SES cert cache map with sync.RWMutex to prevent concurrent map writes crash by @Abzaek in #3050 Add Azure ACS bounce webhooks and settings support by @oskari in #3001 Add support for embedding images (inline attachments) via CID in campaign bodies by @knadh in #3034 Fix api tokens hashing by @knadh in #3114
  • listmonk: outgoing Message-ID uses localhost.localdomain

    4
    3 Votes
    4 Posts
    374 Views
    girishG
    @filter i have submitted a PR here - https://github.com/knadh/listmonk/pull/3012
  • SMTP Settings keep resetting

    3
    1 Votes
    3 Posts
    690 Views
    O
    Thanks a lot. It works!
  • Listmonk: I can't reset my own password???

    22
    0 Votes
    22 Posts
    5k Views
    nebulonN
    @svtx if you want maybe you can raise a feature request in the upstream github repo, maybe they will add it once more users raise this on their end.
  • 0 Votes
    6 Posts
    1k Views
    jamesJ
    Hello @Laktasekampagne Thanks for the update. No need to apologize, we are always happy to help!
  • 1 Votes
    3 Posts
    1k Views
    A
    Thank you, I confirm that after this change, everything is working properly. Have a good day.
  • OAuth - User not found

    3
    1 Votes
    3 Posts
    1k Views
    W
    @joseph ah ok. thank you!
  • Authentication Configuration

    Solved
    14
    1 Votes
    14 Posts
    5k Views
    jdaviescoatesJ
    And they've replied: Indeed. That's a glaring brain-fart on my part for sure. We can add a provision to specify a custom label for the OIDC provider button in the upcoming release.
  • Update / Fix initial setup message

    Solved
    2
    1 Votes
    2 Posts
    836 Views
    nebulonN
    Thanks. Changed for the next package update then.
  • Listmonk not sending to full list

    10
    0 Votes
    10 Posts
    4k Views
    N
    I have sadly been planning to use AWS because a) I also need storage for backups and it would be nice to have only one more bill to pay, and b) my university has a contract.
  • Listmonk Bounce settings

    2
    0 Votes
    2 Posts
    2k Views
    J
    Not sure but there's many issues related to this upstream like https://github.com/knadh/listmonk/issues?q=pop3+bounce+is%3Aissue+is%3Aclosed+ . For example, https://github.com/knadh/listmonk/issues/1229 . Can you check the bounce message headers?
  • 0 Votes
    2 Posts
    1k Views
    J
    Haven't tried it myself but this is usually done by setting up bounce processing - https://listmonk.app/docs/bounces/ .
  • Question: send emails from 2nd domain on Listmonk

    4
    0 Votes
    4 Posts
    2k Views
    P
    @girish Hey man Really useful ! thanks A lot for your help !
  • tls: the first record does not look like a TLS handshake

    Moved
    5
    1
    0 Votes
    5 Posts
    4k Views
    P
    @nebulon Yeah Someway I found a way to make it work . I rebooted and then changed some settings in listmonk. such as the port set 587.
  • Change Password for Listmonk

    Moved Solved
    10
    0 Votes
    10 Posts
    5k Views
    P
    @jdaviescoates thanks for your help as well mate!
  • Cloudron - Listmonk Unsubscribe link set up

    Moved Solved
    3
    1 Votes
    3 Posts
    2k Views
    P
    All Cool I hand\t connected the app of listmonk through the cloudron app manager
  • Attributes

    6
    1
    0 Votes
    6 Posts
    3k Views
    S
    Hi there, also facing this problem. I found in the documentation this Example Request. Sending this via app terminal creates a subscriber with attributes: curl -u 'username:password' 'https://listmonk.domain/api/subscribers' -H 'Content-Type: application/json' \ --data '{"email":"subsriber@domain.com","name":"The Subscriber","status":"enabled","lists":[1],"attribs":{"city":"Bengaluru","projects":3,"stack":{"languages":["go","python"]}}}' Now I would like to create a form that fills the $data with according information. this already works: <?php $username='username'; $password='password'; $URL='https://listmonk.domain/api/subscribers'; $data = array( 'email' => 'name@domain.com', 'name' => 'name', 'status' => 'enabled' ); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL,$URL); curl_setopt($ch, CURLOPT_TIMEOUT, 30); //timeout after 30 seconds curl_setopt($ch, CURLOPT_RETURNTRANSFER,1); curl_setopt($ch, CURLOPT_HTTPAUTH, CURLAUTH_ANY); curl_setopt($ch, CURLOPT_USERPWD, "$username:$password"); curl_setopt($ch, CURLOPT_POSTFIELDS, $data); $result=curl_exec ($ch); https://listmonk.domain/api/subscribers' = curl_getinfo($ch, CURLINFO_HTTP_CODE); //get status code curl_close ($ch); echo $result; ?> someone has a idea how to build the $data array conforming listmonk specification? I dont get lists and attribs working. Also it should be possible to trigger listmonk Douple Opt-in e-mail confirmation.
  • Images not included in sent campaigns

    Solved
    5
    2
    2 Votes
    5 Posts
    2k Views
    corsaccaC
    Thanks @girish! Tried another campaign and the images worked.
  • 0 Votes
    5 Posts
    2k Views
    dev-cbD
    Thank you! right hints
  • SMTP default settings

    Solved
    10
    0 Votes
    10 Posts
    6k Views
    girishG
    @filter the credentials will stay the same for the lifetime of the app.