first touch point with the email verification flow - smtp error
-
L Lanhild referenced this topic on
-
Is there a screenshot from the mail eventlog ?
-
I am having the same issue. I dont see the mail trigger in the mail logs, but it say successfully sent. Switched to sendgrid for outbound mail, didn't help.
-
@girish said in first touch point with the email verification flow - smtp error:
Is there a screenshot from the mail eventlog ?
Same thing here. Apparently the thingy believes or assumes I'm using sendgrid, which is not at all. It's been left on the internal SMTP.
Sep 02 22:29:45@calcom/web:start: 02:29:45.099 WARN [[sync] sendgrid_service Couldn't instantiate sync service: Sendgrid Api Key not present Sep 02 22:29:50@calcom/web:start: react-i18next:: You will need to pass in an i18next instance by using initReactI18next Sep 02 22:30:22@calcom/web:start: [PERF]: getByViewer(1) took 7.72809699177742msNo wonder why the email sending does not work (yet).
-
Now here's a complete log of the app when I click send email again:
Sep 02 23:19:27@calcom/web:start: SEND_ACCOUNT_VERIFY_EMAIL_ERROR Error: Mail command failed: 550 Mail from domain 'domain.tld' is not allowed from your host Sep 02 23:19:27@calcom/web:start: at SMTPConnection._formatError (/run/calcom/node_modules/nodemailer/lib/smtp-connection/index.js:787:19) Sep 02 23:19:27@calcom/web:start: at SMTPConnection._actionMAIL (/run/calcom/node_modules/nodemailer/lib/smtp-connection/index.js:1569:34) Sep 02 23:19:27@calcom/web:start: at SMTPConnection.<anonymous> (/run/calcom/node_modules/nodemailer/lib/smtp-connection/index.js:1044:18) Sep 02 23:19:27@calcom/web:start: at SMTPConnection._processResponse (/run/calcom/node_modules/nodemailer/lib/smtp-connection/index.js:950:20) Sep 02 23:19:27@calcom/web:start: at SMTPConnection._onData (/run/calcom/node_modules/nodemailer/lib/smtp-connection/index.js:752:14) Sep 02 23:19:27@calcom/web:start: at SMTPConnection._onSocketData (/run/calcom/node_modules/nodemailer/lib/smtp-connection/index.js:191:44) Sep 02 23:19:27@calcom/web:start: at Socket.emit (node:events:513:28) Sep 02 23:19:27@calcom/web:start: at addChunk (node:internal/streams/readable:324:12) Sep 02 23:19:27@calcom/web:start: at readableAddChunk (node:internal/streams/readable:297:9) Sep 02 23:19:27@calcom/web:start: at Readable.push (node:internal/streams/readable:234:10) Sep 02 23:19:27@calcom/web:start: at TCP.onStreamRead (node:internal/stream_base_commons:190:23) { Sep 02 23:19:27@calcom/web:start: code: 'EENVELOPE', Sep 02 23:19:27@calcom/web:start: response: "550 Mail from domain 'domain.tld' is not allowed from your host", Sep 02 23:19:27@calcom/web:start: responseCode: 550, Sep 02 23:19:27@calcom/web:start: command: 'MAIL FROM' Sep 02 23:19:27@calcom/web:start: } Sep 02 23:19:27@calcom/web:start: sendEmail Error: Mail command failed: 550 Mail from domain 'domain.tld' is not allowed from your host Sep 02 23:19:27@calcom/web:start: at SMTPConnection._formatError (/run/calcom/node_modules/nodemailer/lib/smtp-connection/index.js:787:19) Sep 02 23:19:27@calcom/web:start: at SMTPConnection._actionMAIL (/run/calcom/node_modules/nodemailer/lib/smtp-connection/index.js:1569:34) Sep 02 23:19:27@calcom/web:start: at SMTPConnection.<anonymous> (/run/calcom/node_modules/nodemailer/lib/smtp-connection/index.js:1044:18) Sep 02 23:19:27@calcom/web:start: at SMTPConnection._processResponse (/run/calcom/node_modules/nodemailer/lib/smtp-connection/index.js:950:20) Sep 02 23:19:27@calcom/web:start: at SMTPConnection._onData (/run/calcom/node_modules/nodemailer/lib/smtp-connection/index.js:752:14) Sep 02 23:19:27@calcom/web:start: at SMTPConnection._onSocketData (/run/calcom/node_modules/nodemailer/lib/smtp-connection/index.js:191:44) Sep 02 23:19:27@calcom/web:start: at Socket.emit (node:events:513:28) Sep 02 23:19:27@calcom/web:start: at addChunk (node:internal/streams/readable:324:12) Sep 02 23:19:27@calcom/web:start: at readableAddChunk (node:internal/streams/readable:297:9) Sep 02 23:19:27@calcom/web:start: at Readable.push (node:internal/streams/readable:234:10) Sep 02 23:19:27@calcom/web:start: at TCP.onStreamRead (node:internal/stream_base_commons:190:23) { Sep 02 23:19:27@calcom/web:start: code: 'EENVELOPE', Sep 02 23:19:27@calcom/web:start: response: "550 Mail from domain 'domain.tld' is not allowed from your host", Sep 02 23:19:27@calcom/web:start: responseCode: 550, Sep 02 23:19:27@calcom/web:start: command: 'MAIL FROM' Sep 02 23:19:27@calcom/web:start: }NOTICE: this is a production server on which runs almost all my email services and all works perfectly and nothing's been changed. To clarify the possible question; I replaced my real domain by "domain.tld" in the above log.
-
Now here's a complete log of the app when I click send email again:
Sep 02 23:19:27@calcom/web:start: SEND_ACCOUNT_VERIFY_EMAIL_ERROR Error: Mail command failed: 550 Mail from domain 'domain.tld' is not allowed from your host Sep 02 23:19:27@calcom/web:start: at SMTPConnection._formatError (/run/calcom/node_modules/nodemailer/lib/smtp-connection/index.js:787:19) Sep 02 23:19:27@calcom/web:start: at SMTPConnection._actionMAIL (/run/calcom/node_modules/nodemailer/lib/smtp-connection/index.js:1569:34) Sep 02 23:19:27@calcom/web:start: at SMTPConnection.<anonymous> (/run/calcom/node_modules/nodemailer/lib/smtp-connection/index.js:1044:18) Sep 02 23:19:27@calcom/web:start: at SMTPConnection._processResponse (/run/calcom/node_modules/nodemailer/lib/smtp-connection/index.js:950:20) Sep 02 23:19:27@calcom/web:start: at SMTPConnection._onData (/run/calcom/node_modules/nodemailer/lib/smtp-connection/index.js:752:14) Sep 02 23:19:27@calcom/web:start: at SMTPConnection._onSocketData (/run/calcom/node_modules/nodemailer/lib/smtp-connection/index.js:191:44) Sep 02 23:19:27@calcom/web:start: at Socket.emit (node:events:513:28) Sep 02 23:19:27@calcom/web:start: at addChunk (node:internal/streams/readable:324:12) Sep 02 23:19:27@calcom/web:start: at readableAddChunk (node:internal/streams/readable:297:9) Sep 02 23:19:27@calcom/web:start: at Readable.push (node:internal/streams/readable:234:10) Sep 02 23:19:27@calcom/web:start: at TCP.onStreamRead (node:internal/stream_base_commons:190:23) { Sep 02 23:19:27@calcom/web:start: code: 'EENVELOPE', Sep 02 23:19:27@calcom/web:start: response: "550 Mail from domain 'domain.tld' is not allowed from your host", Sep 02 23:19:27@calcom/web:start: responseCode: 550, Sep 02 23:19:27@calcom/web:start: command: 'MAIL FROM' Sep 02 23:19:27@calcom/web:start: } Sep 02 23:19:27@calcom/web:start: sendEmail Error: Mail command failed: 550 Mail from domain 'domain.tld' is not allowed from your host Sep 02 23:19:27@calcom/web:start: at SMTPConnection._formatError (/run/calcom/node_modules/nodemailer/lib/smtp-connection/index.js:787:19) Sep 02 23:19:27@calcom/web:start: at SMTPConnection._actionMAIL (/run/calcom/node_modules/nodemailer/lib/smtp-connection/index.js:1569:34) Sep 02 23:19:27@calcom/web:start: at SMTPConnection.<anonymous> (/run/calcom/node_modules/nodemailer/lib/smtp-connection/index.js:1044:18) Sep 02 23:19:27@calcom/web:start: at SMTPConnection._processResponse (/run/calcom/node_modules/nodemailer/lib/smtp-connection/index.js:950:20) Sep 02 23:19:27@calcom/web:start: at SMTPConnection._onData (/run/calcom/node_modules/nodemailer/lib/smtp-connection/index.js:752:14) Sep 02 23:19:27@calcom/web:start: at SMTPConnection._onSocketData (/run/calcom/node_modules/nodemailer/lib/smtp-connection/index.js:191:44) Sep 02 23:19:27@calcom/web:start: at Socket.emit (node:events:513:28) Sep 02 23:19:27@calcom/web:start: at addChunk (node:internal/streams/readable:324:12) Sep 02 23:19:27@calcom/web:start: at readableAddChunk (node:internal/streams/readable:297:9) Sep 02 23:19:27@calcom/web:start: at Readable.push (node:internal/streams/readable:234:10) Sep 02 23:19:27@calcom/web:start: at TCP.onStreamRead (node:internal/stream_base_commons:190:23) { Sep 02 23:19:27@calcom/web:start: code: 'EENVELOPE', Sep 02 23:19:27@calcom/web:start: response: "550 Mail from domain 'domain.tld' is not allowed from your host", Sep 02 23:19:27@calcom/web:start: responseCode: 550, Sep 02 23:19:27@calcom/web:start: command: 'MAIL FROM' Sep 02 23:19:27@calcom/web:start: }NOTICE: this is a production server on which runs almost all my email services and all works perfectly and nothing's been changed. To clarify the possible question; I replaced my real domain by "domain.tld" in the above log.
@micmc We found the issue and the issue is fixed. We will make a new package shortly.
-
N nebulon has marked this topic as solved on
-
top. it works.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login