mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 12:24:09 +00:00
test sending booking do to email
This commit is contained in:
@@ -355,7 +355,7 @@ class InvoiceController extends Controller
|
||||
$message->to('uldvstar@gmail.com');
|
||||
$message->subject('DO for booking no'.$booking->id);
|
||||
//Attach PDF doc
|
||||
$message->attachData($do,'do_booking_no_'.$booking->id.'.pdf');
|
||||
$message->attachData($do->Output(),'do_booking_no_'.$booking->id.'.pdf');
|
||||
});
|
||||
|
||||
if(!$booking) {
|
||||
|
||||
Reference in New Issue
Block a user