Giter Club home page Giter Club logo

Comments (3)

macarthuror avatar macarthuror commented on June 4, 2024

Please share the version of Parse and the configuration are using.

from parse-smtp-template.

chlangbein avatar chlangbein commented on June 4, 2024

As I have the same problem:
Parse server version is 6.2.0, if I try to send to not existing mail account parse crashes. I think the creation of user should be stopped here ...

[155157] parse-server running on http://localhost:1337/parse
/usr/local/share/.config/yarn/global/node_modules/parse-server/lib/ParseServer.js:251
throw err;
^

Error: Can't send mail - all recipients were rejected: 550 5.1.1 [email protected]: Recipient address rejected: User unknown in virtual mailbox table
at SMTPConnection._formatError (/usr/local/share/.config/yarn/global/node_modules/nodemailer/lib/smtp-connection/index.js:784:19)
at SMTPConnection._actionRCPT (/usr/local/share/.config/yarn/global/node_modules/nodemailer/lib/smtp-connection/index.js:1626:28)
at SMTPConnection. (/usr/local/share/.config/yarn/global/node_modules/nodemailer/lib/smtp-connection/index.js:1579:30)
at SMTPConnection._processResponse (/usr/local/share/.config/yarn/global/node_modules/nodemailer/lib/smtp-connection/index.js:947:20)
at SMTPConnection._onData (/usr/local/share/.config/yarn/global/node_modules/nodemailer/lib/smtp-connection/index.js:749:14)
at SMTPConnection._onSocketData (/usr/local/share/.config/yarn/global/node_modules/nodemailer/lib/smtp-connection/index.js:189:44)
at TLSSocket.emit (node:events:513:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Readable.push (node:internal/streams/readable:234:10) {
code: 'EENVELOPE',
response: '550 5.1.1 [email protected]: Recipient address rejected: User unknown in virtual mailbox table',
responseCode: 550,
command: 'RCPT TO',
rejected: [ '[email protected]' ],
rejectedErrors: [
Error: Recipient command failed: 550 5.1.1 [email protected]: Recipient address rejected: User unknown in virtual mailbox table
at SMTPConnection._formatError (/usr/local/share/.config/yarn/global/node_modules/nodemailer/lib/smtp-connection/index.js:784:19)
at SMTPConnection._actionRCPT (/usr/local/share/.config/yarn/global/node_modules/nodemailer/lib/smtp-connection/index.js:1612:24)
at SMTPConnection. (/usr/local/share/.config/yarn/global/node_modules/nodemailer/lib/smtp-connection/index.js:1579:30)
at SMTPConnection._processResponse (/usr/local/share/.config/yarn/global/node_modules/nodemailer/lib/smtp-connection/index.js:947:20)
at SMTPConnection._onData (/usr/local/share/.config/yarn/global/node_modules/nodemailer/lib/smtp-connection/index.js:749:14)
at SMTPConnection._onSocketData (/usr/local/share/.config/yarn/global/node_modules/nodemailer/lib/smtp-connection/index.js:189:44)
at TLSSocket.emit (node:events:513:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Readable.push (node:internal/streams/readable:234:10) {
code: 'EENVELOPE',
response: '550 5.1.1 [email protected]: Recipient address rejected: User unknown in virtual mailbox table',
responseCode: 550,
command: 'RCPT TO',
recipient: '[email protected]'
}
]
}

Node.js v18.16.0>

from parse-smtp-template.

macarthuror avatar macarthuror commented on June 4, 2024

It's not a problem with the package.

from parse-smtp-template.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.