Enable clearing the email_response

This commit is contained in:
FusionPBX 2024-01-24 11:13:57 -07:00 committed by GitHub
parent 6ec3c53c1f
commit 7231a37a57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,7 @@
$email_retry_count = $_POST["email_retry_count"];
//$email_action_before = $_POST["email_action_before"];
$email_action_after = $_POST["email_action_after"];
$email_response = $_POST["email_response"];
}
//process the user data and save it to the database
@ -186,6 +187,7 @@
$array['email_queue'][0]['email_retry_count'] = $email_retry_count;
//$array['email_queue'][0]['email_action_before'] = $email_action_before;
$array['email_queue'][0]['email_action_after'] = $email_action_after;
$array['email_queue'][0]['email_response'] = $email_response;
//save the data
$database = new database;