-
-
Notifications
You must be signed in to change notification settings - Fork 352
Closed
Labels
TestingIssue currently awaiting testingIssue currently awaiting testing
Description
Hello,
While trying to send out mails, I got the following message on the console:
2023/12/10 07:54PM 30 pid=23 hostname=d1ae1550a146 reqId=req-1i res={"statusCode":200} responseTime=10.121704936027527 msg=request completed
Error: Mail command failed: 550 5.7.0 Die verwendete Absenderadresse im Mail From: ([email protected]) gehoert nicht zu Ihrem authentifizierten STRATO Paket. - B-UADOM
at SMTPConnection._formatError (/apps/api/node_modules/nodemailer/lib/smtp-connection/index.js:790:19)
at SMTPConnection._actionMAIL (/apps/api/node_modules/nodemailer/lib/smtp-connection/index.js:1594:34)
at SMTPConnection.<anonymous> (/apps/api/node_modules/nodemailer/lib/smtp-connection/index.js:1063:18)
at SMTPConnection._processResponse (/apps/api/node_modules/nodemailer/lib/smtp-connection/index.js:969:20)
at SMTPConnection._onData (/apps/api/node_modules/nodemailer/lib/smtp-connection/index.js:755:14)
at SMTPConnection._onSocketData (/apps/api/node_modules/nodemailer/lib/smtp-connection/index.js:193:44)
at TLSSocket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:545:12)
at readableAddChunkPushByteMode (node:internal/streams/readable:495:3)
at Readable.push (node:internal/streams/readable:375:5) {
code: 'EENVELOPE',
response: '550 5.7.0 Die verwendete Absenderadresse im Mail From: ([email protected]) gehoert nicht zu Ihrem authentifizierten STRATO Paket. - B-UADOM',
responseCode: 550,
command: 'MAIL FROM'The problem is that I can't change the "MAIL FROM" and my mail server doesn't allow this ([email protected]).
How do you change this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
TestingIssue currently awaiting testingIssue currently awaiting testing