You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have uvdesk almost fully configured. I tested it by sending an email to [email protected] and nothing happened. I have logged in to the mailbox using Thunderbird and the exact same credentials that I gave UVDesk.
I saw in this repository that it was possible to force the mailbox to refresh with the php bind/console uvdesk:refresh-mailbox [email protected] and I got the following error:
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_4111:
name: Company Support
enabled: true
deleted: true
# [SMTP] Outgoing mail server
# Swiftmailer smtp mailer to use for sending emails through on behalf of this mailbox
smtp_server:
mailer_id: mailer_1548
# [IMAP] Incoming mail server
# IMAP configurations to use for fetching emails from mailbox
imap_server:
host: 'ssl0.ovh.net'
username: [email protected]
password: ************
Kind Regards
The text was updated successfully, but these errors were encountered:
I have uvdesk almost fully configured. I tested it by sending an email to [email protected] and nothing happened. I have logged in to the mailbox using Thunderbird and the exact same credentials that I gave UVDesk.
I saw in this repository that it was possible to force the mailbox to refresh with the
php bind/console uvdesk:refresh-mailbox [email protected]
and I got the following error:Here is my
uvdesk_mailbox.yaml
:Kind Regards
The text was updated successfully, but these errors were encountered: