Added infrastructure iContact

This commit is contained in:
M66B
2021-11-17 17:54:06 +01:00
parent d2570a116b
commit 1900dffa16
4 changed files with 33 additions and 1 deletions

View File

@@ -1748,6 +1748,10 @@ public class MessageHelper {
if (!TextUtils.isEmpty(zoho))
return "zoho";
String icontact = imessage.getHeader("X-SFMC-Stack", null);
if (!TextUtils.isEmpty(icontact))
return "icontact";
String xmailer = imessage.getHeader("X-Mailer", null);
if (!TextUtils.isEmpty(xmailer)) {
if (xmailer.contains("iPhone Mail"))