mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-22 13:54:17 +00:00
test sending booking do to email
This commit is contained in:
@@ -350,7 +350,7 @@ class InvoiceController extends Controller
|
||||
$booking->save();
|
||||
|
||||
$do = $this->generateSupplierDo($request, $booking->id);
|
||||
Mail::raw( 'DO for booking no'.$booking->id, function($message) use ($do, $booking){
|
||||
Mail::raw( 'DO for booking no'.$booking->id.' '.$do->Output('do.pdf', 'S'), function($message) use ($do, $booking){
|
||||
$message->from('info@cief-malaysia.com');
|
||||
$message->to('uldvstar@gmail.com');
|
||||
$message->subject('DO for booking no'.$booking->id);
|
||||
|
||||
Reference in New Issue
Block a user