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

22 Topics 155 Posts
  • Listmonk - Package Updates

    Pinned
    20
    0 Votes
    20 Posts
    1k Views
    Package UpdatesP

    [1.9.0]

    Update listmonk to 4.1.0 Full Changelog Multi-user support with granular permissions, user, role, per-list permissions and API token management. First-time Super Admin setup UI for fresh installations. Significant performance improvements to SQL queries underlying concurrent campaign processing. Performance gains of several orders of magnitude on large installations. Styling improvements to UI for better UX including new tabs UI in subscriber modal popup. Markdown syntax highlighting. Static email template subjects are now scriptable with template syntax. Support for CC and BCC in custom email headers. Syntax highlighting in HTML form generator. Many quality-of-life improvements, fixes, and dependency upgrades.
  • Authentication Configuration

    Solved
    3
    1 Votes
    3 Posts
    58 Views
    K

    Alright, thank you for the explanation. I'll reinstall the app then.

  • 0 Votes
    2 Posts
    117 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
    165 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
    0 Votes
    5 Posts
    415 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
    670 Views
    P

    @jdaviescoates thanks for your help as well mate!

  • Cloudron - Listmonk Unsubscribe link set up

    Moved Solved
    3
    1 Votes
    3 Posts
    229 Views
    P

    All Cool I hand\t connected the app of listmonk through the cloudron app manager

  • Attributes

    6
    0 Votes
    6 Posts
    564 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 Votes
    5 Posts
    373 Views
    C

    Thanks @girish!

    Tried another campaign and the images worked.

  • 0 Votes
    5 Posts
    420 Views
    dev-cbD

    Thank you! right hints 😉

  • SMTP default settings

    Solved
    10
    0 Votes
    10 Posts
    1k 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
    1k 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 Votes
    11 Posts
    1k Views
    N

    @girish Will do!

  • After updating password no credentials needed to login

    34
    0 Votes
    34 Posts
    1k Views
    jdaviescoatesJ

    @privsec said in After updating password no credentials needed to login:

    Im not sure what and how this occurred, but once I used a lowercase username I was prompted to sign in on every attempt.

    Odd, because my username is lowercase too, and if I have Bitwarden enabled and logged in I am never prompted to login 🤷

  • AxiosError: Request failed with status code 502

    3
    0 Votes
    3 Posts
    2k Views
    girishG

    I tried to reproduce this but am able to send campaigns just fine. I wonder if this is because there was some other issue on the server (502 means server unavailable/crash).

  • Cloudron built in smtp for newsletter

    8
    1 Votes
    8 Posts
    715 Views
    girishG

    @andirahmat said in Cloudron built in smtp for newsletter:

    Is cloudron build in email server considered as basic SMTP? Will it instantly marked as spam an blacklisted by all mail provider if i send newsletter for marketing funnel purpose to around 1000 email with frequency once or twice a a week. I want to avoid mailgun.

    Yes, Cloudron is "basic SMTP" (per their definition). It's really hard to say whether your VPS provider will take offense with sending 1000 emails twice a week or not. You should probably just ask them. If they are one of the "big" VPS providers, be totally prepared for anything, including your account being banned. This is just how they work since even if they say it's totally fine some internal alert. kicks in, not being all fatalistic :-).

    Anyway, I would recommend using external relay for large lists (1000 is big enough).

  • This topic is deleted!

    7
    0 Votes
    7 Posts
    117 Views
  • This topic is deleted!

    Solved
    3
    0 Votes
    3 Posts
    84 Views
  • Missing templates?

    1
    0 Votes
    1 Posts
    257 Views
    No one has replied
  • Change logo

    2
    0 Votes
    2 Posts
    385 Views
    holloschH

    Update:
    Creating a new direktory "static" works!

    app/data/static/public/static