Avatar

Level 6

Hi,
here is the way to "decrypt" your message-Id
NM60002D2AC001D1A16abcdtest@myemail.com

NM6 0002D2AC 001D1A16 abcdtest @myemail.com
NM6 -> prefix for the neolane version
0002D2AC -> broadlogId in hexadecimal (185004 in your case) on the MTA side
001D1A16 -> deliveryId in hexadecimal (1907222 here) on the MTA side
abcdtest -> MTA server name
myemail.com -> sender domain

So, in standard configuration (midSourcing server hosted on Adobe side), you can at least discover from which delivery the email has been sent:
on the datamart side, query the midRemoteId attribute from the delivery schema with deliveryId found in the message-id (1907222 in our case)

Of course this way to troubleshoot is only to use when no tracking options have been implemented in the email: otherwise as already stated before the tracking parameters are perfect to investigate a sent email