Kailash Nadh

Results 672 comments of Kailash Nadh

Thank you for the PR @chirino. This feature request has been pending for a long time: https://github.com/knadh/listmonk/issues/206 However, the feature shouldn't be specific to welcome responses, but should be based...

Hi @joerosenthal. Unfortunately, this PR/idea will have to wait for a bit. I've been working on adding multi-user support (https://github.com/knadh/listmonk/tree/multiuser) which is a massive, critical change for v4.0.0. Can only...

listmonk retries e-mails N times as configured in SMTP settings. The lower count indicates that there were errors in sending (despite retries). However, the errors should definitely be logged. You...

Ah, EOF indicates a broken network connection with the SMTP.

This is being actively tracked and investigated here: https://github.com/knadh/listmonk/issues/1931 - I'll close this thread so that we can consolidate the discussions in one place. > As a workaround, drastically increasing...

Hi @MaximilianKohler. I couldn't. Please see https://github.com/knadh/listmonk/issues/1931#issuecomment-2333743067 The subscribers are always ordered in the ascending order of their ID when batching. The condition to pull the batch is `> last_subscriber_id`...

Hi @mustafa519. #669 was closed as the issue couldn't be replicated. 1. Perhaps the bucket type should be public? 2. Tried setting the custom public URL?

That's very helpful. Sounds like a URL generation issue when type=private. Will investigate this.

hm, when the bucket type is empty AND there is no public URL set (the "Custom Public URL" field in settings), then a pre-signed URL is generated. https://github.com/knadh/listmonk/blob/1bf7e362bf6bee23e5e2e15f8c7cf12e23860df6/internal/media/providers/s3/s3.go#L91 Assuming that...

Hi @fussel132. The root URL is used purely for rendering URLs in HTML pages. It has nothing to do with SMTP. listmonk simply opens a TCP connection to the target...