Hello Everyone.
Iām having problems setting up inbound email.
Flow:
- Clicked on my username at the top right.
- Clicked āAdminā.
- Clicked āEmail Settingsā.
- Entered outbound email settings and successfully sent a test email.
To enter inbound settings, I repeated Steps 1-3 then clicked āInbound Emailā.
I then get an error message āError occurred while fetching metadataā
Upon reading this article:
I thought Iād follow a similar diagnostic route.
After setting the APP_ENV to qa, here is the Network output in my browser.
I double clicked the graphql element and it showed:
return;
}
- ``
$value = $event->getRequest()->headers->get($this->headerName);
if (empty($value) || !$this->csrfTokenManager->isTokenValid($value)) {
throw new AccessDeniedHttpException('Invalid CSRF token');
}
}
}
Iāve tried the same process on 2 different browsers with the same error.
Any ideas whatās happening please?
Thanks
IDAK