mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-19 04:24:00 +00:00
large commit
This commit is contained in:
@@ -49,7 +49,7 @@ class WarehouseReceivesOrder extends AbstractStepProcessor
|
||||
* @throws InternalServerErrorException
|
||||
*/
|
||||
public function execute(): JsonResponse {
|
||||
Mail::send('emails.reminder', [], function ($message) {
|
||||
Mail::send('emails.received_orders_email', [], function ($message) {
|
||||
$message->from('noreply@izyin.com', 'IZYIM');
|
||||
$message->to('uldvstar@gmail.com', 'Omair Saleh')->subject('Received orders report '.now()->format('dd/mm/YY'));
|
||||
$message->attach(
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
Please check the attachment to get today's received goods report.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user