adds mail from name to mail envelope

This commit is contained in:
Godfrey M
2024-12-03 09:08:39 -08:00
parent 2ad1407d51
commit 16283b8fc0
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ class CheckoutLicenseMail extends Mailable
*/
public function envelope(): Envelope
{
$from = new Address(config('mail.from.address'));
$from = new , config('mail.from.name'));
return new Envelope(
from: $from,