How to implement email correlation with subject and body modification?
Posted
by Neuquino
on Stack Overflow
See other posts from Stack Overflow
or by Neuquino
Published on 2010-03-14T16:04:26Z
Indexed on
2010/03/14
16:15 UTC
Read the original article
Hit count: 343
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?
© Stack Overflow or respective owner