Removed email method from characteristic approver master resource page and added logic multiple mail in trigger pending approval mail page
This commit is contained in:
@@ -371,7 +371,9 @@ class TriggerPendingApprovalMails extends Command
|
||||
|
||||
$subjectLine = 'Quality Approval Mail';
|
||||
|
||||
Mail::to($mail)->send(
|
||||
$emails = array_map('trim', explode(',', $mail));
|
||||
|
||||
Mail::to($emails)->send(
|
||||
new CharacteristicApprovalMail(
|
||||
$first,
|
||||
$name,
|
||||
|
||||
Reference in New Issue
Block a user