🐛 Bug Report: Sending test email using Oracle OCI Delivery #540

Closed
opened 2026-02-04 20:24:08 +03:00 by OVERLORD · 2 comments
Owner

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

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
Author
Owner

@stonith404 commented on GitHub (Nov 8, 2025):

Thanks for reporting this. Would you mind testing ghcr.io/pocket-id/pocket-id:development and let me know if it works now?

@stonith404 commented on GitHub (Nov 8, 2025): Thanks for reporting this. Would you mind testing `ghcr.io/pocket-id/pocket-id:development` and let me know if it works now?
Author
Owner

@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.

pocketid  | Nov  8 18:26:17 INF Request app=pocket-id version="" status=204 method=POST path=/api/application-configuration/test-email query="" route=/api/application-configuration/test-email ip=XXX.XX.XXX.XX latency=21.394608ms referer=https://XX.XXXXXXXXXX.XXX/settings/admin/application-configuration user_agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:144.0) Gecko/20100101 Firefox/144.0" body_size=-
@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. ``` pocketid | Nov 8 18:26:17 INF Request app=pocket-id version="" status=204 method=POST path=/api/application-configuration/test-email query="" route=/api/application-configuration/test-email ip=XXX.XX.XXX.XX latency=21.394608ms referer=https://XX.XXXXXXXXXX.XXX/settings/admin/application-configuration user_agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:144.0) Gecko/20100101 Firefox/144.0" body_size=- ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pocket-id#540