mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 04:14:04 +00:00
test sending booking do to email
This commit is contained in:
@@ -47,10 +47,10 @@ class Kernel extends ConsoleKernel
|
||||
$zip->close();
|
||||
$attachment = public_path($zipname);
|
||||
|
||||
Mail::raw( 'DO for bookings po approved on '.Carbon::today(), function($message) use ($attachment){
|
||||
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->subject('DO for bookings on'.Carbon::today());
|
||||
$message->subject('DO for bookings on '.Carbon::today()->format('d/m/Y'));
|
||||
|
||||
$message->attach($attachment);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user