mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-07-16 05:54:01 +03:00
🐛 Bug Report: Sending test email using Oracle OCI Delivery #540
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lbenicio on GitHub (Nov 7, 2025).
Reproduction steps
If you map Oracle OCI Email Delivery to send a test email, it always returns:
SMTP error 550: maximum allowed line length is 998 octets, got 1030.
Expected behavior
It is expected to send the email, as the AWS SES does.
Actual Behavior
It returns an email send error: SMTP error 550: maximum allowed line length is 998 octets, got 1030.
Pocket ID Version
1.14.2
Database
Postgres
OS and Environment
Docker, Ubuntu 24 server
Log Output
Request with errors: Error #01: send email content: failed to close data writer: SMTP error 550: maximum allowed line length is 998 octets, got 1030
pocketid | app=pocket-id version=1.14.2 status=500 method=POST path=/api/application-configuration/test-email query="" route=/api/application-configuration/test-email ip=172.69.11.32 latency=13.441831ms referer=https://XXX-XXXX.com/settings/admin/application-configuration user_agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.0.1 Safari/605.1.15" body_size=32
@stonith404 commented on GitHub (Nov 8, 2025):
Thanks for reporting this. Would you mind testing
ghcr.io/pocket-id/pocket-id:developmentand let me know if it works now?@lbenicio commented on GitHub (Nov 8, 2025):
That was fast! Appreciate it! Thank you.
I can confirm it is working in the development branch image.