large commit

This commit is contained in:
Omair Saleh
2019-12-26 15:27:08 +08:00
parent 8e7b790f3e
commit 9aee5b3b9c
2 changed files with 6 additions and 1 deletions
@@ -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>