Good morning,
is it possible to create a ticket sending an email to a specific email address?
thanks.

    7 days later

    @ramrajone
    I opened a ticket sending an email, but i don't see the ticket on the new environment, i think it was created on the old one.
    What should I do to change this logic?

      @ramrajone
      i don't see in the documentation how to set that if an email is sent to an address a ticket must be created

        Daedalus01
        so if I enable the fetching via email in Email -> email and in email -> setting, when i send an email to that email address a ticket is automatically generated, right?

        • RBGE replied to this.

          f-damodio You need to either set up a cron job/scheduled task to poll the mailbox, or enable auto-cron in system settings (one, not both!)

          If possible, it's better to use a cron job or scheduled task, as this way the mailbox is still polled when there are no active agents.

          @RBGE
          so i have to enable the fetching via mail and set up a scheduled task, right?

            f-damodio Yes. The scheduled task just runs cron.php, which will process any automated actions in the system (not just polling email, but anything else you have set up such as overdue tickets, etc...). Once you configure email fetching, this will then be included in the list of tasks cron.php executes.

            (depending on how you have the system set up, make sure the scheduled task is using the same PHP 8+ version as the web server)

            Write a Reply...