mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 12:07:15 +01:00
bugfix send document empty recipient
This commit is contained in:
parent
da40a201df
commit
2ff37db45a
@ -25593,6 +25593,8 @@ function MailSendFinal($from,$from_name,$to,$to_name,$betreff,$text,$files="",$p
|
||||
$recipients = [];
|
||||
|
||||
$to_csv = "";
|
||||
$to_array = array();
|
||||
$to_name_array = array();
|
||||
$to_name_csv = "";
|
||||
|
||||
// Prepare names and addresses
|
||||
|
Loading…
Reference in New Issue
Block a user