Commit graph

1433 commits

Author SHA1 Message Date
Bowrna 16f4dfd3e9
Fix incorrect bulk blocklisting behaviour (#2041). Fixes #1841 2024-09-19 10:56:56 +05:30
Bishop Clark 550cd3e1f8
Update README.md (#2034)
'software', when used as a noun, is not a 'countable' type, and it does not get an article like 'a'.  It's like 'traffic'.
2024-09-06 15:49:53 +05:30
Ken Powers 06e49831dd
Fix tag queyr param in lists.md (#2033) 2024-09-05 09:06:13 +05:30
Kailash Nadh 51e3f1789b Fix pre-confirm status not working on subscriber update. Closes #1927. 2024-09-03 23:39:02 +05:30
Kailash Nadh 139267d57e Tweak docs to highlight one-way mailing lists. Closes #1931. 2024-09-03 22:46:55 +05:30
Vinoth Kumar d7fe13c4b9
Fix typo and formatting (#2028) 2024-08-30 13:24:45 +05:30
Easton Man 1819480153
docs: suggest an FQDN in docker compose file (#2019)
The 'hostname' field in the docker-compose file is later used in Listmonk to generate the 'Message-Id' of each mail. The hostname is used as the id-right section of 'Message-Id'.

According to RFC 2822 3.6.4, id-right = dot-atom-text / no-fold-literal / obs-id-right 
Also, Rspamd has a spam filtering field 'MID_RHS_NOT_FQDN' which defaults to a 1.0 score.

This commit suggests an FQDN in the docker-compose file, which is guaranteed to meet the requirement.
2024-08-27 22:11:49 +05:30
Vaibhav Dixit c812caad1a
Fix syntax error in GetBounce method (#2007) 2024-08-27 13:14:29 +05:30
Bowrna 242c90d095
updating campaigns api doc (#2011) 2024-08-27 13:12:47 +05:30
Michael Bianco e6bf3691c7
adding listmonk-newsletter sdk link (#2013) 2024-08-27 13:12:30 +05:30
dependabot[bot] 55e81f0df6
Bump axios from 1.6.2 to 1.7.4 in /frontend (#2006)
Bumps [axios](https://github.com/axios/axios) from 1.6.2 to 1.7.4.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.6.2...v1.7.4)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-22 22:41:01 +05:30
Bowrna d28e40ee5c
update subscribers api docs (#1989) 2024-08-22 22:17:23 +05:30
pan93412 579fa71eed
docs: Add Zeabur one-click button (#1994) 2024-08-22 22:16:59 +05:30
Kailash Nadh edc9f7382f Fix typo on the website. 2024-08-20 15:05:51 +05:30
Kaiwalya Koparkar d2cd9b169e
chore: Deploy to Elestio button updated (#2005) 2024-08-20 14:56:25 +05:30
MaximilianKohler fb090f2383
Update querying-and-segmentation.md (#1983) 2024-08-12 14:04:48 +05:30
Bowrna 6353fb6491
Add bounces API link to the docs page (#1981) 2024-08-09 14:18:33 +05:30
Abhinav Raut 679457cb12
Ensure unique upload filenames by adding a suffix (#1963)
Fixes #1957.

Co-authored-by: Abhinav Raut <abhinav.raut@zerodha.com>
2024-08-08 15:42:29 +05:30
Bowrna 46187b9d25
Add public list API doc (#1976) 2024-08-07 17:52:16 +05:30
Bowrna 41f01d5a18
Add docs for bounces api (#1978) 2024-08-07 17:51:32 +05:30
Bowrna e4dcb066d9
Update API docs of media with missing api (#1975) 2024-08-06 11:41:13 +05:30
Bowrna 1e6e97e750
Add validation for filename with non-ASCII chars in media upload (#1973) 2024-08-05 20:08:33 +05:30
Kailash Nadh 01f7450bf0 Clean section in config doc. 2024-08-02 21:34:04 +05:30
Bowrna ebac8b3b4c
Fix broken campaign clone with deleted lists (#1966)
Co-authored-by: Kailash Nadh <kailash@nadh.in>
2024-08-02 21:33:43 +05:30
MaximilianKohler d284e35102
Update configuration.md +performance, batch size (#1967)
* Update configuration.md +performance, batch size

* Update configuration.md
2024-08-02 21:00:28 +05:30
Keshav Gupta c334d2e6e1
fix #1950:Export of unsubscribed users exports all users (#1965)
Co-authored-by: keshav <keshav.gupta@jarvis.consulting>
2024-08-02 00:05:33 +05:30
Kailash Nadh fedc51514d Fix incorrect count in subscriber query when there are no results. 2024-08-02 00:03:22 +05:30
Adrian Moya 45f1f80a76
fix(analytics): add to and from dates to campaign analytics URL (#1952)
Co-authored-by: Adrian Moya <adrian@csma.tehcnology>
2024-07-25 18:00:04 +05:30
Michael Bianco 23d236fec0
docs: send_at will error out without a Z at the end of the timestamp (#1949) 2024-07-22 09:13:26 +05:30
Luís Mendes 821b43d74f
Add support for running Docker container as non-root user using docker-entrypoint.sh (#1892)
* Enabling the usage of non root user in Docker
* Added docker-entrypoint.sh to .goreleaser.yml
* Renamed UID to PUID and GID to PGID
2024-07-21 11:03:15 +05:30
Prachi 888e33e5e3
fix [docs]: correct invalid example request of basic auth in docs (#1946)
Co-authored-by: Prachi Jamdade <prachiii@Prachis-Laptop.local>
2024-07-18 18:55:21 +05:30
Kailash Nadh 326fc300ed Refactor subscription form generator to render syntax-highlighted HTML. 2024-07-17 20:50:34 +05:30
Kailash Nadh c2e7c713ca Increase campaign subject char limit. Closes #1909. 2024-07-17 19:38:11 +05:30
Kailash Nadh c520337a36 Add issue/PR comment messages to GitHub stale action bot. 2024-07-17 11:46:55 +05:30
Kailash Nadh 12f32f1470 Set GitHub stale issue bot to prod. 2024-07-17 11:33:32 +05:30
Kailash Nadh 766d62b4a3 Merge branch 'stale-action' 2024-07-17 11:21:21 +05:30
Kailash Nadh 870b3f7fb1 Add GitHub stale-action bot to handle stale issues. 2024-07-17 11:21:02 +05:30
zevszym b38f1562ee
fix vanishing attachments in campaign in more the one campaigns setup (#1936) 2024-07-17 10:42:51 +05:30
Karan Sharma b4294c1eea
fix(docker): support multi-platform builds (#1935)
- Updated Dockerfile to use `--platform=$BUILDPLATFORM` for compatibility with multiple architectures
2024-07-10 23:45:52 +05:30
Frankie 2bda94f5d7
Update configuration.md (#1930)
Add note about blocked SMTP ports
2024-07-05 12:35:25 +05:30
dependabot[bot] 22890a17a1
Bump golang.org/x/image from 0.10.0 to 0.18.0 (#1914)
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.10.0 to 0.18.0.
- [Commits](https://github.com/golang/image/compare/v0.10.0...v0.18.0)

---
updated-dependencies:
- dependency-name: golang.org/x/image
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-28 23:37:17 +05:30
Brandon Hartshorn 5d5f48494c
docs: add important step regarding ses in bounces.md (#1907)
Bounces seemingly aren't sent if this setting is only configured for the domain, needs to be configured for send-as email addresses also.
2024-06-22 16:27:11 +05:30
dependabot[bot] 0940e81109
Bump braces from 3.0.2 to 3.0.3 in /frontend (#1898)
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-16 19:18:31 +05:30
Carson Yang 1ba35d54fb
Add one-click deploy on sealos (#1880)
Signed-off-by: Carson Yang <yangchuansheng33@gmail.com>
2024-05-31 20:52:33 +05:30
Sergey Minkov 3babd9020e
parse cc and bcc from custom headers to add them on email envelope (#1865) 2024-05-18 17:49:24 +05:30
Karan Sharma 6886878ec5
ci: add a compile check for open PRs (#1858) 2024-05-07 11:26:34 +05:30
Kailash Nadh c108486041 Fix syntax error in manager from a previous, simple looking PR merge. Huh :O 2024-05-07 11:09:29 +05:30
Gokhan c30068d3ea
Add kubernetes helm installation instructions to docs (#1847) 2024-04-28 09:03:34 +05:30
Kailash Nadh 42ba157904 Add a note about starting listmonk without a config file. 2024-04-27 23:03:59 +05:30
largemouth c3f4379b17
chore: fix function name in comment (#1836)
Signed-off-by: largemouth <largemouth@aliyun.com>
2024-04-22 18:43:23 +05:30