Solved Time frame for refresh mailbox
-
As I can check by default refresh mailbox is fetching the ticket for one day only. how to refresh it for a particular time frame?
-
@Donald-T-Walker
You can simply run command as shown below.For example you are running a command for one day.
php bin/console uvdesk:refresh-mailbox -t 1440 example@gmail.com
Here after -t you have to specify time in minutes like for one day (1440).
Thanks,