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. Pretix
  3. sending emails doesn't seem to work?

sending emails doesn't seem to work?

Scheduled Pinned Locked Moved Pretix
mail
6 Posts 2 Posters 84 Views 2 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 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 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 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 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 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 last edited by
              #6

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

              1 Reply Last reply
              0
              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