🔴 January 2024 Alert: Forum support inactive!
New forum registration are currently closed.
Use GitHub discussions
.

    UVdesk

    • Login
    • Search
    • Recent
    1. Home
    2. GillBates
    G
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 4
    • Best 0
    • Controversial 0
    • Groups 0

    GillBates

    @GillBates

    0
    Reputation
    1
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    GillBates Unfollow Follow

    Latest posts made by GillBates

    • RE: Fetched E-Mails are not shown as Tickets in the Dashboard

      Issue solved! It was pretty nasty.

      It seems, that when the IMAP Username is not an email address (such in my case), the processing of emails will fail.

      The developers should recognize, that not every mail provider uses an email address as username.

      Since I changed the Mail provider, it works like a charme.

      posted in Technical Help
      G
      GillBates
    • RE: Fetched E-Mails are not shown as Tickets in the Dashboard

      Yes! I did. The linked Issues are not really similar to my issue. Site-URL ist correct, Frontend is working. Fetching mails are working. they are lost during the import.

      e97c60ac-badc-4926-b0ff-43bb32b8518d-image.png

      posted in Technical Help
      G
      GillBates
    • RE: Fetched E-Mails are not shown as Tickets in the Dashboard

      Hey there, I have followed the Instructions. But with not success. How can I enable the Debug-Mode?

      posted in Technical Help
      G
      GillBates
    • Fetched E-Mails are not shown as Tickets in the Dashboard

      Hey there,
      after struggling hours for setting up the unvdesk on my Linux environment, I have the issue, that tickets are not shown in the dashboard:

      6f6741a7-2eb6-4db9-8254-2c987d9564a9-image.png

      b5230bd5-ab5c-49df-b13c-66cac090129e-image.png

      uvdesk_mailbox.yaml
      
      uvdesk_mailbox:
          emails: ~
              # Often Reply emails like from gmail contains extra and redundant previous mail data.
              # This data can be removed by adding delimiter i.e. specific line before each reply. 
              # delimiter: '<-- Please add content above this line -->'
              # enable_delimiter: true
          
          # Configure your mailboxes here
          mailboxes:
              mailbox_3223:
                  name: ***@domain.com
                  enabled: true
                  deleted: false
      
                  # [SMTP] Outgoing mail server
                  # Swiftmailer smtp mailer to use for sending emails through on behalf of this mailbox
                  smtp_server: 
                      mailer_id: mailer_0060
      
                  # [IMAP] Incoming mail server
                  # IMAP configurations to use for fetching emails from mailbox
                  imap_server:
                      host: '***'
                      username: ***
                      password: ***
      
      uvdesk.yaml
      
      parameters:
          app_locales: en|fr|it
          
          # Default Assets
          assets_default_agent_profile_image_path: 'bundles/uvdeskcoreframework/images/uv-avatar-batman.png'
          assets_default_customer_profile_image_path: 'bundles/uvdeskcoreframework/images/uv-avatar-ironman.png'
          assets_default_helpdesk_profile_image_path: 'bundles/uvdeskcoreframework/images/uv-avatar-uvdesk.png'
      
          uvdesk_site_path.member_prefix: backend
          uvdesk_site_path.knowledgebase_customer_prefix: frontend
          
          # File uploads constraints
          # @TODO: Set these parameters via compilers
          max_post_size: 8388608
          max_file_uploads: 20
          upload_max_filesize: 2097152
      
      uvdesk:
          site_url: 'ticket.helpdesk.eu'
          upload_manager:
              id: Webkul\UVDesk\CoreFrameworkBundle\FileSystem\UploadManagers\Localhost
          
          support_email:
              id: ***@domain.com
              name: My Name
              mailer_id: mailer_0060
          
          # Default resources
          default:
              ticket:
                  type: support
                  status: open
                  priority: low
              templates:
                  email: mail.html.twig
      
      posted in Technical Help
      G
      GillBates