Allow for header folding/wrapping at whitespace (as per RFC)

This commit is contained in:
Oliver Behnke 2021-06-30 11:35:21 +00:00
parent 6ec615553f
commit 9e98d38f84
1 changed files with 1 additions and 1 deletions

View File

@ -830,7 +830,7 @@ function boincteam_sendmessagetoteam_submit($form, &$form_state) {
'from' => '',
'to' => "webmaster@{$base_url}",
'boincteam_headers' => array(
'Bcc' => implode(',', $member_emails),
'Bcc' => implode(', ', $member_emails),
),
'subject' => $form_state['validated_built_message']['subject'],
'message' => $mybody,