The notification class generated by laravel using make:notification cannot define the title in the message content.

clipboard.png

it is mentioned in the laravel document:

{Note:} when sending mail notifications, make sure that the value of name is set in the configuration file config/app.php, which will be used in the header and tail of the mail notification message.

but when I change the APP_NAME parameter in .env, the message title still says "Laravel"

.
public function toMail($notifiable)
{
    return (new MailMessage)
                ->subject($this->summary->user->name . "". $this->summary->title ."")
                ->markdown("emails.summaries.publish", ["summary" => $this->summary]);
}
Jun.29,2022
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1be9b83-311f1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1be9b83-311f1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?