Hi , thanks for your swift response.
I can't seem to locate the logs , this is my EmailReadMessages script parameters , do you see anything here that could prevent the new emails from coming in?
EmailReadMessages(
"mailbox=" & MailboxBrowse::name ;
"readonly=true" ;
"max=" & Account::batchSize ;
"skip=" & Count(MessageBrowse::id) ;
"attachments=false" ;
"progress=true"
)
I would appreciate a response
Hi See attached log , could you figure this one out?