Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to see the messages sent #2185

Open
dcodesdev opened this issue Nov 29, 2024 · 7 comments
Open

Ability to see the messages sent #2185

dcodesdev opened this issue Nov 29, 2024 · 7 comments
Labels
enhancement New feature or request

Comments

@dcodesdev
Copy link

Description

Currently, the campaigns only show how many emails have been sent (e.g. 140/1000) but there is no way to know, who received it and who didn't?

It would be nice to have another tab just like we have to subscribers, campaigns, etc. But this one for messages and have all the details specific to that email (sent at, to whom, etc.)

This feature can be disabled by default so that users don't get surprised with their database being full all of a sudden.

@dcodesdev dcodesdev added the enhancement New feature or request label Nov 29, 2024
@MaximilianKohler
Copy link
Contributor

MaximilianKohler commented Nov 29, 2024

Yes, I think this would be nice and relatively easy, since listmonk sends out the email in reverse order of the list (IE: go to the last page of the subscriber list for the campaign, and it sends to the last subscriber first).

I don't see why it would need to add any extra data to the database.

@knadh
Copy link
Owner

knadh commented Dec 4, 2024

Yes, I think this would be nice and relatively easy, since listmonk sends out the email in reverse order of the list

This wouldn't capture e-mails that failed in the middle though.

@MaximilianKohler
Copy link
Contributor

This wouldn't capture e-mails that failed in the middle though.

Wouldn't it be fairly simple to mark or subtract the failed ones? They're already logged so it seems like it would be simple.

@AlejandroRodino
Copy link

@dcodesdev did you find a solution for this?

@dcodesdev
Copy link
Author

@AlejandroRodino I use postal as my SMTP server, I can see the messages there, but on ListMonk I can not see them as there's no workaround. This is a feature that can be implemented by the ListMonk team, and I think it is necessary for it to have a separate database table for the messages that save all the data related to that message, including the recipient, the final rendered message HTML, timestamps, bounced, etc.

@MaximilianKohler
Copy link
Contributor

I think it is necessary for it to have a separate database table for the messages that save all the data related to that message, including the recipient, the final rendered message HTML, timestamps, bounced, etc.

I think it hasn't been done because it would greatly increase the size of the database and they're trying to keep it lightweight. But an option to enable/disable would give people the choice themselves. It could include a warning that enabling it greatly increases the database size.

@dcodesdev
Copy link
Author

@MaximilianKohler Yes that would be great

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants