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
  • Brite
  • 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 - Status | Demo | Docs | Install
  1. Cloudron Forum
  2. Pretix
  3. sending emails doesn't seem to work?

sending emails doesn't seem to work?

Scheduled Pinned Locked Moved Pretix
mail
12 Posts 3 Posters 2.7k Views 3 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.
  • imc67I Offline
    imc67I Offline
    imc67
    translator
    wrote on last edited by imc67
    #1

    First: thanks for having Pretix in the Appstore!

    I'm currently exploring the app and its capabilities and noticed that emails are not sent?

    The configured email on app-level is an existing address and mailbox, this is the error on trying to send.

    As far as I can see it tries to use the email smtp server at the domain of the app itself reserveer.REDACTED.xx instead of my.REDACTED.xx?

    Jun 04 10:57:43 [2025-06-04 08:57:43,250: INFO/MainProcess] Task pretix.base.services.mail.mail_send_task[63bd36d3-8aba-497f-a28c-cead30b8c0da] received
    Jun 04 10:57:43 [2025-06-04 08:57:43,251: DEBUG/MainProcess] basic.qos: prefetch_count->26
    Jun 04 10:57:43 [2025-06-04 08:57:43,255: INFO/ForkPoolWorker-3] Task pretix.base.services.mail.mail_send_task[63bd36d3-8aba-497f-a28c-cead30b8c0da] retry: Retry in 900s
    Jun 04 10:57:50 2025/06/04 08:57:50 [error] 253#253: *3369 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: reserveer.REDACTED.xx, request: "GET / HTTP/1.1", upstream: "http://[::1]:8345/", host: "reserveer.REDACTED.xx"
    Jun 04 10:57:50 2025/06/04 08:57:50 [warn] 253#253: *3369 upstream server temporarily disabled while connecting to upstream, client: 172.18.0.1, server: reserveer.REDACTED.xx, request: "GET / HTTP/1.1", upstream: "http://[::1]:8345/", host: "reserveer.REDACTED.xx"
    Jun 04 10:57:50 [2025-06-04 08:57:50 +0000] [260] [DEBUG] GET /
    
    jamesJ 1 Reply Last reply
    1
    • imc67I imc67

      First: thanks for having Pretix in the Appstore!

      I'm currently exploring the app and its capabilities and noticed that emails are not sent?

      The configured email on app-level is an existing address and mailbox, this is the error on trying to send.

      As far as I can see it tries to use the email smtp server at the domain of the app itself reserveer.REDACTED.xx instead of my.REDACTED.xx?

      Jun 04 10:57:43 [2025-06-04 08:57:43,250: INFO/MainProcess] Task pretix.base.services.mail.mail_send_task[63bd36d3-8aba-497f-a28c-cead30b8c0da] received
      Jun 04 10:57:43 [2025-06-04 08:57:43,251: DEBUG/MainProcess] basic.qos: prefetch_count->26
      Jun 04 10:57:43 [2025-06-04 08:57:43,255: INFO/ForkPoolWorker-3] Task pretix.base.services.mail.mail_send_task[63bd36d3-8aba-497f-a28c-cead30b8c0da] retry: Retry in 900s
      Jun 04 10:57:50 2025/06/04 08:57:50 [error] 253#253: *3369 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: reserveer.REDACTED.xx, request: "GET / HTTP/1.1", upstream: "http://[::1]:8345/", host: "reserveer.REDACTED.xx"
      Jun 04 10:57:50 2025/06/04 08:57:50 [warn] 253#253: *3369 upstream server temporarily disabled while connecting to upstream, client: 172.18.0.1, server: reserveer.REDACTED.xx, request: "GET / HTTP/1.1", upstream: "http://[::1]:8345/", host: "reserveer.REDACTED.xx"
      Jun 04 10:57:50 [2025-06-04 08:57:50 +0000] [260] [DEBUG] GET /
      
      jamesJ Offline
      jamesJ Offline
      james
      Staff
      wrote on last edited by james
      #2

      Hello @imc67

      The mailing for the Pretix should be autoconfigured on every startup and is placed in the /run/pretix/pretix.cfg file.
      Can you confirm that in that file it is correct?

      Even if these values are correct it seems the mail is not sent.
      I have reproduced this issue and I am now looking into it.

      1 Reply Last reply
      3
      • jamesJ Offline
        jamesJ Offline
        james
        Staff
        wrote on last edited by james
        #3

        I think I see the problem here.
        The task worker named celery is configured in /run/pretix/pretix.cfg to use redis as the backend and broker but somehow, celery still wants to use AMQP server (e.g. RabbitMQ) which does not exist and fails.

        This might be a celery related issue similar to https://github.com/celery/celery/issues/6370

        EDIT:
        This was a wild goose chase and was some based on a log message I thought saw once.
        But did not lead to anything.

        imc67I 1 Reply Last reply
        3
        • imc67I Offline
          imc67I Offline
          imc67
          translator
          wrote on last edited by imc67
          #4

          @james Good to see youโ€™re so committed to find the issue and solve it! Emailing is essential in this app otherwise people donโ€™t get their tickets ๐ŸŽซ

          1 Reply Last reply
          2
          • jamesJ james

            I think I see the problem here.
            The task worker named celery is configured in /run/pretix/pretix.cfg to use redis as the backend and broker but somehow, celery still wants to use AMQP server (e.g. RabbitMQ) which does not exist and fails.

            This might be a celery related issue similar to https://github.com/celery/celery/issues/6370

            EDIT:
            This was a wild goose chase and was some based on a log message I thought saw once.
            But did not lead to anything.

            imc67I Offline
            imc67I Offline
            imc67
            translator
            wrote on last edited by
            #5

            @james said in sending emails doesn't seem to work?:

            I think I see the problem here.
            The task worker named celery is configured in /run/pretix/pretix.cfg to use redis as the backend and broker but somehow, celery still wants to use AMQP server (e.g. RabbitMQ) which does not exist and fails.

            This might be a celery related issue similar to https://github.com/celery/celery/issues/6370

            EDIT:
            This was a wild goose chase and was some based on a log message I thought saw once.
            But did not lead to anything.

            Did you managed to find the issue?

            1 Reply Last reply
            0
            • jamesJ Offline
              jamesJ Offline
              james
              Staff
              wrote on last edited by
              #6

              Hello @imc67
              Unfortunately, I have not yet discorded the solution.

              imc67I 1 Reply Last reply
              0
              • jamesJ james

                Hello @imc67
                Unfortunately, I have not yet discorded the solution.

                imc67I Offline
                imc67I Offline
                imc67
                translator
                wrote on last edited by
                #7

                @james said in sending emails doesn't seem to work?:

                Hello @imc67
                Unfortunately, I have not yet discorded the solution.

                I hope you'll find the cause and solution soon, now the app is totally useless and that's a pity for the potential users but also for the person who took time to get it in the Appstore.

                1 Reply Last reply
                0
                • C Offline
                  C Offline
                  ccfu
                  wrote on last edited by ccfu
                  #8

                  I would also really like to use Pretix for a project which would be live in a few weeks, but cannot do so if this is not resolved very soon. I appreciate that this app is listed as unstable, but the inability to send emails unfortunately makes it unusable. I do hope this can be fixed as I know a lot of people have been waiting for Pretix to be added to the AppStore for a long time.

                  1 Reply Last reply
                  1
                  • jamesJ Offline
                    jamesJ Offline
                    james
                    Staff
                    wrote on last edited by
                    #9

                    I am now starting to debug the problem again.

                    1 Reply Last reply
                    3
                    • jamesJ Offline
                      jamesJ Offline
                      james
                      Staff
                      wrote on last edited by
                      #10

                      Hello @ccfu @imc67 I found the issue and the app will receive an update soon.

                      imc67I 1 Reply Last reply
                      4
                      • jamesJ james

                        Hello @ccfu @imc67 I found the issue and the app will receive an update soon.

                        imc67I Offline
                        imc67I Offline
                        imc67
                        translator
                        wrote on last edited by
                        #11

                        @james said in sending emails doesn't seem to work?:

                        Hello @ccfu @imc67 I found the issue and the app will receive an update soon.

                        YES!!! After the update it works!

                        Thanks ๐Ÿ™

                        1 Reply Last reply
                        2
                        • C Offline
                          C Offline
                          ccfu
                          wrote on last edited by
                          #12

                          Thank you @james, that is great news.

                          1 Reply Last reply
                          2

                          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
                          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