Tweak docs to highlight one-way mailing lists. Closes #1931.

This commit is contained in:
Kailash Nadh 2024-09-03 22:46:55 +05:30
parent d7fe13c4b9
commit 139267d57e
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
[![listmonk](images/logo.svg)](https://listmonk.app) [![listmonk](images/logo.svg)](https://listmonk.app)
listmonk is a self-hosted, high performance mailing list and newsletter manager. It comes as a standalone binary and the only dependency is a Postgres database. listmonk is a self-hosted, high performance one-way mailing list and newsletter manager. It comes as a standalone binary and the only dependency is a Postgres database.
[![listmonk screenshot](https://user-images.githubusercontent.com/547147/134939475-e0391111-f762-44cb-b056-6cb0857755e3.png)](https://listmonk.app) [![listmonk screenshot](https://user-images.githubusercontent.com/547147/134939475-e0391111-f762-44cb-b056-6cb0857755e3.png)](https://listmonk.app)

View file

@ -95,7 +95,7 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/knadh/listmonk/master/inst
<img class="box" src="static/images/lists.png" alt="Screenshot of list management feature" /> <img class="box" src="static/images/lists.png" alt="Screenshot of list management feature" />
</div> </div>
<p> <p>
Manage millions of subscribers across many single and double opt-in lists Manage millions of subscribers across many single and double opt-in one-way mailing lists
with custom JSON attributes for each subscriber. with custom JSON attributes for each subscriber.
Query and segment subscribers with SQL expressions. Query and segment subscribers with SQL expressions.
</p> </p>