I have a system that sends mail.
I have a system that receives mail.
I need to identify that a received mail correlates with the one the other system sent. The particular thing here is that either the subject or the body can be modified.
I thought on putting some hash in the header of the sent email, but I don't know where this could be added
Don't you have any clue?