Send iTip messages als multipart/alternative to make Outlook recognize them correctly (#1103)
This commit is contained in:
parent
6e20d48cbf
commit
4e8f009ea5
1 changed files with 1 additions and 0 deletions
|
@ -143,6 +143,7 @@ class calendar_itip
|
|||
$message->setParam('head_encoding', 'quoted-printable');
|
||||
$message->setParam('head_charset', RCMAIL_CHARSET);
|
||||
$message->setParam('text_charset', RCMAIL_CHARSET . ";\r\n format=flowed");
|
||||
$message->setContentType('multipart/alternative');
|
||||
|
||||
// compose common headers array
|
||||
$headers = array(
|
||||
|
|
Loading…
Add table
Reference in a new issue