Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Cal.com
  3. first touch point with the email verification flow - smtp error

first touch point with the email verification flow - smtp error

Scheduled Pinned Locked Moved Solved Cal.com
12 Posts 7 Posters 1.3k Views 7 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • chetbakerC Offline
    chetbakerC Offline
    chetbaker
    wrote on last edited by
    #2

    Yes, I was about to say that emails don't get sent at creating new accounts. I'm assuming is the same error.

    1 Reply Last reply
    1
    • chetbakerC chetbaker referenced this topic on
    • L Offline
      L Offline
      LoudLemur
      wrote on last edited by
      #3

      Same here, no email received, though Cal indicates one was successfully sent

      1 Reply Last reply
      1
      • nebulonN Offline
        nebulonN Offline
        nebulon
        Staff
        wrote on last edited by
        #4

        I can reproduce this, not quite clear yet, why the email would be rejected by the mail server. At least the connection is fine it seems.

        1 Reply Last reply
        1
        • LanhildL Lanhild referenced this topic on
        • girishG Do not disturb
          girishG Do not disturb
          girish
          Staff
          wrote on last edited by
          #5

          Is there a screenshot from the mail eventlog ?

          micmcM 1 Reply Last reply
          0
          • R Offline
            R Offline
            robertdoneill
            wrote on last edited by
            #6

            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.

            1 Reply Last reply
            0
            • girishG girish

              Is there a screenshot from the mail eventlog ?

              micmcM Offline
              micmcM Offline
              micmc
              wrote on last edited by
              #7

              @girish

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

              No wonder why the email sending does not work (yet).

              Ignorance is not an excuse anymore!
              https://AutomateKit.com

              1 Reply Last reply
              0
              • micmcM Offline
                micmcM Offline
                micmc
                wrote on last edited by micmc
                #8

                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.

                Ignorance is not an excuse anymore!
                https://AutomateKit.com

                girishG 1 Reply Last reply
                0
                • micmcM micmc

                  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.

                  girishG Do not disturb
                  girishG Do not disturb
                  girish
                  Staff
                  wrote on last edited by
                  #9

                  @micmc We found the issue and the issue is fixed. We will make a new package shortly.

                  1 Reply Last reply
                  3
                  • nebulonN Offline
                    nebulonN Offline
                    nebulon
                    Staff
                    wrote on last edited by
                    #10

                    The latest package is published and should have fixed email sending.

                    micmcM 1 Reply Last reply
                    3
                    • nebulonN nebulon has marked this topic as solved on
                    • luckowL Online
                      luckowL Online
                      luckow
                      translator
                      wrote on last edited by
                      #11

                      top. it works.

                      Pronouns: he/him | Primary language: German

                      1 Reply Last reply
                      2
                      • nebulonN nebulon

                        The latest package is published and should have fixed email sending.

                        micmcM Offline
                        micmcM Offline
                        micmc
                        wrote on last edited by
                        #12

                        @nebulon said in first touch point with the email verification flow - smtp error:

                        The latest package is published and should have fixed email sending.

                        Yes, mail works thanks a bunch.

                        Ignorance is not an excuse anymore!
                        https://AutomateKit.com

                        1 Reply Last reply
                        1
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • Bookmarks
                        • Search