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:
@@ -20,7 +20,6 @@ use App\SettingSupplier;
|
||||
use App\Marking;
|
||||
use App\User;
|
||||
use PDF;
|
||||
use ZipArchive;
|
||||
|
||||
class InvoiceController extends Controller
|
||||
{
|
||||
@@ -351,6 +350,7 @@ class InvoiceController extends Controller
|
||||
$booking->save();
|
||||
|
||||
|
||||
$do = $this->generateSupplierDo($booking->id);
|
||||
Mail::raw( 'DO for booking no'.$booking->id, function($message) use ($do, $booking){
|
||||
$message->from('info@cief-malaysia.com');
|
||||
$message->to('uldvstar@gmail.com');
|
||||
|
||||
Reference in New Issue
Block a user