Changes between Initial Version and Version 1 of Ticket #7697, comment 2
- Timestamp:
- 02/20/2018 03:42:16 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7697, comment 2
initial v1 1 1 Confirmed. 2 2 3 The problem is right now the `List-Unsubscribe` email header gets added to any BP email even if that email does not support an unsubscribe link. When this occurs , theheader that is added is blank -- `List-Unsubscribe: <>`.3 The problem is right now the `List-Unsubscribe` email header gets added to any BP email even if that email does not support an unsubscribe link. When this occurs (as is the case with activation emails), the email header that is added is blank -- `List-Unsubscribe: <>`. 4 4 5 5 I'm guessing Outlook.com is very particular about the `List-Unsubscribe` header needing to be complete. If it is not complete, then the email doesn't get received.