Email Account Auto Sync Frequency

Hello,

I’ve just started using the Helpdesk app and have setup an Email Account & Domain to allow the creation of Contacts & tickets for incoming emails, which is working. The outbound emails for ticket responses have also been set and are working.

There are two things that I’m unsure of:

  1. Where is the frequency set for how often emails are synchronised?
  2. Can the mailbox inbox be viewed by Agents/Users in the Helpdesk? If so, how is this setup?

Thanks in advance for any help.

1 Like

Hi @optimabsc

For question 1 go to Framework → System → Scheduled Job Type → In method type email and you will see a list

e.g. for frappe.email.doctype.email_account.email_account.pull the cron job is every 10 minutes (0/10 * * * *)

Hope it helps

1 Like

Thank you @asieftejani . Found it!

@optimabsc

Glad to be of help.

By the way in the scheduled job type you can go to the top left button “Actions” and “Execut” without waiting for 10 minutes

1 Like