-
docker-compose.yml:
```yml
services:
mailpit:
container_name: mailpit
image: axllent/mailpit
restart: unless-stopped
volumes:
- ./mailpit-data:/data
ports:
…
-
H,
Is there a way to pass outgoing smtp json without custom docker image?
```
version: '3'
services:
mailhog:
image: mailhog/mailhog
restart: always
ports:
- 1025:…
-
Add support for following template variables:
./playbooks/roles/notifications/templates/kube/dispatcher/deploy.yml: value: "{{notifications_mail_provider}}"
./playbooks/roles/notification…
-
It looks like trunk doesn't support installing extensions on Posgtres 17 yet.
Running the official postgres:17 image in Docker, I get:
```
root@14781ebb4965:/# trunk install pg_smtp_client
err…
-
# Issue Description
I am trying to create an account on documenso but it does not send verification email on my email can someone help me out ?
-
### ⚠️ Please verify that this question has NOT been raised before.
- [X] I checked and didn't find similar issue
### 🛡️ Security Policy
- [X] I agree to have read this project [Security Policy](ht…
-
hello,
i'm trying to setup lobster, however even though SMTP_HOST, SMTP_USERNAME, SMTP_PASSWORD, SMTP_SENDER, SMTP_STARTTLS_AUTO are all set, i'm still seeing an error on the backend (looks like im…
-
**Describe the bug**
When I click on "Create a Typebot" on the main page, an error occurs, as shown in the attached screenshots. This prevents the creation of a new Typebot and disrupts the workflow.…
-
### Avoid duplicated bug reports
- [X] I've found a bug and checked that there are no open or closed bug report related to this.
### Description
Just as it say in the title. I look into the l…
-
First there was a git pull in the fxa-selfhosting folder to update things. The I patched config.yml based on the diff between the old and the new config.yml.sample. The patch looked like:
```
--- …