after a series of bug fixes plus Non MNO logic for Sender IDs, unfinished leave management and holiday modules
This commit is contained in:
@@ -42,7 +42,7 @@ class NewMnoNotesEmailAlerts implements ShouldQueue
|
||||
];
|
||||
\Log::info($note->notes_body);
|
||||
$mailer->send('emails.new-mno-notes', $data, function ($message) use ($data, $emails) {
|
||||
$message->from('support@click-mobile.com', 'Click Mobile ERP');
|
||||
$message->from('alerts@click-mobile.com', 'Click Mobile ERP');
|
||||
$message->to($emails)->subject('New Notes on Mobile Operators');
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user