Instead of relying on bounces, we can respond to the user if processing fails for a particular email.
The idea is to use In-Reply-To header to specify which Message-ID we are responding to. This enables threading in the user's mail client. See this for further details.
Instead of relying on bounces, we can respond to the user if processing fails for a particular email.
The idea is to use
In-Reply-To
header to specify whichMessage-ID
we are responding to. This enables threading in the user's mail client. See this for further details.Tools
Notes
Subject
andIn-Reply-To
headers to thread messages. In other words, you cannot change the original message subject.