Add unsubscribe button

This commit is contained in:
Pierre Rudloff 2016-07-17 16:26:20 +02:00
parent 6e6dd31ad4
commit b23d9a77c4
9 changed files with 53 additions and 1 deletions

View file

@ -66,4 +66,6 @@ class Header
const X_MSMAIL_PRIORITY = 'X-MSMail-Priority';
const IMPORTANCE = 'Importance';
const X_PRIORITY = 'X-Priority';
const LIST_UNSUBSCRIBE = 'List-Unsubscribe';
}