mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update email_send.php
This commit is contained in:
@@ -335,6 +335,9 @@
|
||||
|
||||
//delete the email after it is sent
|
||||
if ($email_action_after == 'delete') {
|
||||
//delay the delete by a few seconds
|
||||
sleep(3);
|
||||
|
||||
//remove the email file after it has been sent
|
||||
if (is_array($email_queue_attachments) && @sizeof($email_queue_attachments) != 0) {
|
||||
foreach($email_queue_attachments as $field) {
|
||||
|
||||
Reference in New Issue
Block a user