uvdesk / community-skeleton

UVdesk Opensource Community Helpdesk Project built for all to make a Full Ticketing Support System along with many more other features.
https://www.uvdesk.com
MIT License
8.53k stars 459 forks source link

Mails aren't fetch as ticket at admin end after configure a mailbox #50

Closed vaishaliwebkul closed 5 years ago

vaishaliwebkul commented 5 years ago

Steps which i follow to configure mailbox: - Configure mailbox: Swiftmailer.yaml --> swiftmailer:

url: '%env(MAILER_URL)%'

# spool: { type: 'memory' }
 mailers:
      textkumar:
          transport: gmail
           username: test123@gmail.com
           password: *****

uvdesk.yaml--->

Configure your mailboxes here

mailboxes: 
    textkumar:
        name: Sample Mailbox
        email: test123@gmail.com
        enabled: true

        # [SMTP] Outgoing mail server
        # Swiftmailer smtp mailer to use for sending emails through on behalf of this mailbox
        smtp_server:
            mailer_id: textkumar

        # [IMAP] Incoming mail server
        # IMAP configurations to use for fetching emails from mailbox
        imap_server:
            host: '{imap.gmail.com:993/imap/ssl}INBOX' 
            username: test123@gmail.com
            password: *****

Run command: $ php bin/console uvdesk:refresh-mailbox test123@gmail.com

BUG: no ticket found

shubhwebkul commented 5 years ago

resolved