mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
Added Sendinblue recognition
This commit is contained in:
@@ -1696,6 +1696,10 @@ public class MessageHelper {
|
||||
if (!TextUtils.isEmpty(mailjet))
|
||||
return "mailjet";
|
||||
|
||||
String sendinblue = imessage.getHeader("X-sib-id", null);
|
||||
if (!TextUtils.isEmpty(sendinblue))
|
||||
return "sendinblue";
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user