mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
invoice mail name issue fix
This commit is contained in:
@ -40,7 +40,7 @@ class SendInvoiceMail extends Mailable
|
||||
'mailable_id' => $this->data['invoice']['id']
|
||||
]);
|
||||
|
||||
return $this->from($this->data['from'])
|
||||
return $this->from($this->data['from'], env('MAIL_FROM_NAME'))
|
||||
->subject($this->data['subject'])
|
||||
->markdown('emails.send.invoice', ['data', $this->data]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user