Match outgoing email to SMTP logs
Posted
by justSteve
on Stack Overflow
See other posts from Stack Overflow
or by justSteve
Published on 2010-03-18T17:42:05Z
Indexed on
2010/03/18
17:51 UTC
Read the original article
Hit count: 467
My .net app generates messages which it sends via the google hosted mailserver. I'd link to track the results so I can see bounced and invalid domain messages.
How (and/or where) do i embed something in either the body or another element of the message that lets me link the original message with any and all following smtp traffic? Is the problem is complicated by the fact that out-going is handled by googlemail? Native IIS services running under winserver08.
logparser should be an integral part of my solution, shouldn't it?
thx
© Stack Overflow or respective owner