This commit is contained in:
JOSEPH LE 2024-06-15 11:41:33 +07:00
parent e0839a4ea8
commit 560d6e5f3c
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ class JiraController extends Controller
// ];
$tasksByUser = $this->formatWorkLogsByUser($workLogs);
Mail::to('luanlt632000@gmail.com')->send(new WorklogReport($tasksByUser));
Mail::to(['luanlt632000@gmail.com', 'admin@apactech.io'])->send(new WorklogReport($tasksByUser));
// return "Email sent successfully!";
return response()->json([