mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 04:14:04 +00:00
test sending booking do to email
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user