mailtrain
mailtrain copied to clipboard
Self hosted newsletter app
Hi, I'm looking for a way to search subscriber globally (on the whole Mailtrain installation). The API endpoint `/api/lists/` basically does this, but I can't find UI command to do...
Bumps [undefsafe](https://github.com/remy/undefsafe) from 2.0.2 to 2.0.5. Release notes Sourced from undefsafe's releases. v2.0.5 2.0.5 (2021-10-17) Bug Fixes remove debug and add tests (58fc474), closes #12 Commits 5d3fa34 chore: adding semver...
`404 Not Found Code: NoSuchBucket Message: The specified bucket does not exist BucketName: www.mailtrain.org RequestId: PR26KSNN6R7NJX7M HostId: 8u5uzZ+TnUk3tkrhUyxtgAjeUk4H+DOYIdgTCEn5tVu7w4TA4p47hTSlq+Wb5YzNu+nCkzv3hmU=`
I'd like to create a Mailtrain user that is limited to adding new subscribers to a particular list (via the `/api/subscribe/:listCid` API endpoint). What would a role look like that...
I followed official guidelines to run Mailtrain using docker image and ran into this error **"standard_init_linux.go:228: exec user process caused: exec format error".** My server Config: Operating System: Oracle Linux...
 After sending campaign to users, I should see the change in stats but there's no such change.
could you please also create a script for the current Ubuntu LTS version 20.04? Possibly based on current PHP versions etc.
When I create an import I get this error in the logs: ``` 2022-01-11T18:00:09.102131593Z (node:102) UnhandledPromiseRejectionWarning: Error: read ECONNRESET 2022-01-11T18:00:09.102166082Z at TCP.onStreamRead (internal/stream_base_commons.js:111:27) 2022-01-11T18:00:09.102173691Z -------------------- 2022-01-11T18:00:09.102179820Z at Protocol._enqueue (/app/server/node_modules/mysql/lib/protocol/Protocol.js:144:48) 2022-01-11T18:00:09.102185957Z...
tested it with docker-entrypoint.sh change, don't know if the `-s` works in every situation. output of `pwgen -h` inside the docker container ``` Usage: pwgen [ OPTIONS ] [ pw_length...
I have this in my `production.yaml` file: ``` # Enabled languages enabledLanguages: - en-US ``` But I still have all default languages (EN, ES, PT, FK) shown on the language...