mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
* Calendar - Mail all participants action now uses BCC instead of TO
This commit is contained in:
parent
6b74f2685d
commit
281564b4a6
@ -1384,7 +1384,7 @@ class calendar_uiforms extends calendar_ui
|
||||
$vars = array(
|
||||
'menuaction' => 'mail.mail_compose.compose',
|
||||
'mimeType' => $GLOBALS['egw_info']['user']['preferences']['mail']['composeOptions'] != 'text' ? 'html' : 'plain',
|
||||
'preset[to]' => $to,
|
||||
'preset[bcc]' => $to,
|
||||
'preset[subject]' => $event['title'],
|
||||
'preset[body]' => $body,
|
||||
'preset[name]' => 'event.ics',
|
||||
|
Loading…
Reference in New Issue
Block a user