diff --git a/app/Mail/CheckoutLicenseMail.php b/app/Mail/CheckoutLicenseMail.php index 90bc0440fe..cc91f990e1 100644 --- a/app/Mail/CheckoutLicenseMail.php +++ b/app/Mail/CheckoutLicenseMail.php @@ -36,7 +36,7 @@ class CheckoutLicenseMail extends Mailable */ public function envelope(): Envelope { - $from = new , config('mail.from.name')); + $from = new Address(config('mail.from.address'), config('mail.from.name')); return new Envelope( from: $from,