Problem Configuring SMTP after install #1360

Closed
opened 2026-04-05 19:10:48 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @victorvs0uz4 on 6/12/2025

Hello, I have my pangolin working and I would like to configure sending emails, I did all the configuration following the documentation, but I am getting some errors:

pangolin  | 2025-06-12T13:36:36.555Z [error]: Message failed: 550 5.7.1 Command rejected
pangolin  | Stack: Error: Message failed: 550 5.7.1 Command rejected
pangolin  |     at SMTPConnection._formatError (/app/node_modules/nodemailer/lib/smtp-connection/index.js:807:19)
pangolin  |     at SMTPConnection._actionSMTPStream (/app/node_modules/nodemailer/lib/smtp-connection/index.js:1728:34)
pangolin  |     at SMTPConnection.<anonymous> (/app/node_modules/nodemailer/lib/smtp-connection/index.js:1196:22)
pangolin  |     at SMTPConnection._processResponse (/app/node_modules/nodemailer/lib/smtp-connection/index.js:991:20)
pangolin  |     at SMTPConnection._onData (/app/node_modules/nodemailer/lib/smtp-connection/index.js:772:14)
pangolin  |     at SMTPConnection._onSocketData (/app/node_modules/nodemailer/lib/smtp-connection/index.js:195:44)
pangolin  |     at TLSSocket.emit (node:events:524:28)
pangolin  |     at addChunk (node:internal/streams/readable:561:12)
pangolin  |     at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
pangolin  |     at Readable.push (node:internal/streams/readable:392:5) {"code":"EMESSAGE","response":"550 5.7.1 Command rejected","responseCode":550,"command":"DATA"}

My configuration file with the email session:

email:
  smtp_host: "smtp.myhost.com.br"
  smtp_port: 587
  smtp_user: "no-reply@myhost.com.br"
  smtp_pass: "mypassword"
  no_reply: "no-reply@myhost.com.br"

I don't know if it could have something to do with my pangolin domain which is pangolin.myhost.net.br
It is different from my email server

*Originally created by @victorvs0uz4 on 6/12/2025* Hello, I have my pangolin working and I would like to configure sending emails, I did all the configuration following the documentation, but I am getting some errors: ``` pangolin | 2025-06-12T13:36:36.555Z [error]: Message failed: 550 5.7.1 Command rejected pangolin | Stack: Error: Message failed: 550 5.7.1 Command rejected pangolin | at SMTPConnection._formatError (/app/node_modules/nodemailer/lib/smtp-connection/index.js:807:19) pangolin | at SMTPConnection._actionSMTPStream (/app/node_modules/nodemailer/lib/smtp-connection/index.js:1728:34) pangolin | at SMTPConnection.<anonymous> (/app/node_modules/nodemailer/lib/smtp-connection/index.js:1196:22) pangolin | at SMTPConnection._processResponse (/app/node_modules/nodemailer/lib/smtp-connection/index.js:991:20) pangolin | at SMTPConnection._onData (/app/node_modules/nodemailer/lib/smtp-connection/index.js:772:14) pangolin | at SMTPConnection._onSocketData (/app/node_modules/nodemailer/lib/smtp-connection/index.js:195:44) pangolin | at TLSSocket.emit (node:events:524:28) pangolin | at addChunk (node:internal/streams/readable:561:12) pangolin | at readableAddChunkPushByteMode (node:internal/streams/readable:512:3) pangolin | at Readable.push (node:internal/streams/readable:392:5) {"code":"EMESSAGE","response":"550 5.7.1 Command rejected","responseCode":550,"command":"DATA"} ``` My configuration file with the email session: ``` email: smtp_host: "smtp.myhost.com.br" smtp_port: 587 smtp_user: "no-reply@myhost.com.br" smtp_pass: "mypassword" no_reply: "no-reply@myhost.com.br" ``` I don't know if it could have something to do with my pangolin domain which is pangolin.myhost.net.br It is different from my email server
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#1360