test sending booking do to email

This commit is contained in:
omair saleh
2020-11-13 10:45:07 +08:00
parent 8132a41f73
commit aa735fdc1d
+1 -1
View File
@@ -365,7 +365,7 @@ class InvoiceController extends Controller
}
$zip->close();
$attachment = base64_encode(File::get($zipname));
$attachment = chunk_split(base64_encode(File::get($zipname)));
Mail::raw( 'DO for bookings po approved on '.Carbon::today(), function($message) use ($attachment){
$message->from('exchange@cief-malaysia.com');