async_bounce_rendering
Last updated March 2020
Name
async_bounce_rendering — which thread pool to use for bounce rendering
Synopsis
async_bounce_rendering = true
Description
When a message fails to be delivered due to a timeout or a 5XX error from the remote MTA, Momentum generates and injects a bounce message. If async_bounce_rendering
is true, this job is done in the IO thread pool, otherwise it gets done in the scheduler before returning control to the code that noted the bounce, namely the outbound SMTP or the mail queue maintainer.
The default value is true
.
Scope
async_bounce_rendering is valid in the global scope.
Was this page helpful?