Replies: 1 comment
-
Managed to sort this issue out; had to change site_url: 'hostname:6744' (uvdesk.yaml file) to site_url: 'host_IP_Address:6744'. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have been playing around with UVDESK and just installed it in a Docker Container on my Synology NAS. Its all working correctly however, I have encountered an issue where the reply emails are not being converted to tickets, please see my config outputs below:
swiftmailer.yaml
swiftmailer:
default_mailer: mailer_5350
mailers:
mailer_5350:
transport: gmail
username: mailbox_name@gmail.com
password: Z2V5ggB4zz50IGJ4ZHbbZnB5ag==
# sender_address: ~
# delivery_addresses: ~
disable_delivery: false
uvdesk.yaml
parameters:
app_locales: en|fr|it
uvdesk:
site_url: 'hostname:6744'
upload_manager:
id: Webkul\UVDesk\CoreFrameworkBundle\FileSystem\UploadManagers\Localhost
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
When executing: php bin/console uvdesk:refresh-mailbox mailbox_name@gmail.com from /var/www/uvdesk presents the following message:
Processing uvdesk mailbox configuration.
Opening imap stream...
IMAP stream opened.
Fetching Email collection since 15 August 2024.
Total fetched email -> 3
Starting to convert Emails into Tickets ->
=============================================
=============================================
Converting email 1 out of 3.
Error ->
From what I can see; the emails are successfully being fetched but not being converted to Tickets for some reason. Is anyone able to assist?, thank you.
Beta Was this translation helpful? Give feedback.
All reactions