test sending booking do to email

This commit is contained in:
omair saleh
2020-11-13 14:47:48 +08:00
parent 60aa43c10d
commit 06d31af8e2
+1 -1
View File
@@ -48,7 +48,7 @@ class Kernel extends ConsoleKernel
Mail::raw( 'DO for bookings po approved on '.Carbon::today()->format('d/m/Y'), function($message) use ($attachment){
$message->from('exchange@cief-malaysia.com');
$message->to('uldvstar@gmail.com');
$message->to(['uldvstar@gmail.com', 'pm@cief-malaysia.com', 'hasan@cief-malaysia.com']);
$message->subject('DO for bookings on '.Carbon::today()->format('d/m/Y'));
$message->attach($attachment);