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

29 Topics 223 Posts
  • Listmonk - Package Updates

    Pinned
    29
    0 Votes
    29 Posts
    5k Views
    Package UpdatesP
    [1.14.1] auto-create OIDC users
  • Listmonk: I can't reset my own password???

    22
    0 Votes
    22 Posts
    352 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
    407 Views
    jamesJ
    Hello @Laktasekampagne Thanks for the update. No need to apologize, we are always happy to help!
  • 1 Votes
    3 Posts
    436 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
    431 Views
    W
    @joseph ah ok. thank you!
  • Authentication Configuration

    Solved
    14
    1 Votes
    14 Posts
    2k 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
    329 Views
    nebulonN
    Thanks. Changed for the next package update then.
  • Listmonk not sending to full list

    10
    0 Votes
    10 Posts
    2k 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
    618 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
    523 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
    907 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
    2k 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
    3k Views
    P
    @jdaviescoates thanks for your help as well mate!
  • Cloudron - Listmonk Unsubscribe link set up

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

    6
    1
    0 Votes
    6 Posts
    1k 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
    1k Views
    corsaccaC
    Thanks @girish! Tried another campaign and the images worked.
  • 0 Votes
    5 Posts
    1k Views
    dev-cbD
    Thank you! right hints
  • SMTP default settings

    Solved
    10
    0 Votes
    10 Posts
    3k Views
    girishG
    @filter the credentials will stay the same for the lifetime of the app.
  • Can I use Listmonk to manage a small mailing list?

    7
    0 Votes
    7 Posts
    2k Views
    luckowL
    @robi It's perfectly fine to use your Cloudron instance for that. Maybe it's easier to warm up your IP. For me, it was another challenge to learn postal It all depends on your use case.
  • Declining view count

    11
    1
    1 Votes
    11 Posts
    3k Views
    N
    @girish Will do!