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:
@@ -366,7 +366,8 @@ class InvoiceController extends Controller
|
||||
}
|
||||
|
||||
$zip->close();
|
||||
$attachment = chunk_split(base64_encode(File::get($zipname)));
|
||||
// $attachment = chunk_split(base64_encode(File::get($zipname)));
|
||||
$attachment = public_path($zipname);
|
||||
|
||||
Mail::raw( 'DO for bookings po approved on '.Carbon::today(), function($message) use ($attachment){
|
||||
$message->from('exchange@cief-malaysia.com');
|
||||
|
||||
Reference in New Issue
Block a user