🐛 Bug Report: Cannot send test email with PUBLIC_UI_CONFIG_DISABLED=true #352

Closed
opened 2025-10-08 00:04:40 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @EweSparky on GitHub.

Reproduction steps

Edit .env and add various parameters:

PUBLIC_UI_CONFIG_DISABLED=true
EMAILS_VERIFIED=true
SMTP_HOST=smtp.example.com
SMTP_PORT=465
SMTP_FROM=pocketid@example.com
SMTP_USER=pocketid@example.com
SMTP_PASSWORD=password
SMTP_TLS=true

Bring the Docker container down and back up again to import the environment variables.

Expected behavior

I should be able to send a test email from the UI to confirm it works, regardless of the value of PUBLIC_UI_CONFIG_DISABLED.

Actual Behavior

When I set PUBLIC_UI_CONFIG_DISABLED=true in .env and add the various SMTP parameters to that file, the Send test email button becomes disabled.

Version and Environment

Docker version 27.5.1, build 9f9e405
Docker Compose version v2.32.4
Pocket ID version 0.32.0

Log Output

No response

Originally created by @EweSparky on GitHub. ### Reproduction steps Edit `.env` and add various parameters: ```text PUBLIC_UI_CONFIG_DISABLED=true EMAILS_VERIFIED=true SMTP_HOST=smtp.example.com SMTP_PORT=465 SMTP_FROM=pocketid@example.com SMTP_USER=pocketid@example.com SMTP_PASSWORD=password SMTP_TLS=true ``` Bring the Docker container down and back up again to import the environment variables. ### Expected behavior I should be able to send a test email from the UI to confirm it works, regardless of the value of `PUBLIC_UI_CONFIG_DISABLED`. ### Actual Behavior When I set `PUBLIC_UI_CONFIG_DISABLED=true` in `.env` and add the various SMTP parameters to that file, the `Send test email` button becomes disabled. ### Version and Environment Docker version 27.5.1, build 9f9e405 Docker Compose version v2.32.4 Pocket ID version 0.32.0 ### Log Output _No response_
OVERLORD added the bug label 2025-10-08 00:04:40 +03:00
Author
Owner

@stonith404 commented on GitHub:

Thanks, this should be fixed in v0.33.0.

@stonith404 commented on GitHub: Thanks, this should be fixed in `v0.33.0`.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pocket-id-pocket-id-1#352