Improved from email address format for notifications.
This commit is contained in:
parent
ae48f24406
commit
46441106d1
3 changed files with 13 additions and 8 deletions
|
|
@ -254,7 +254,7 @@ class InstallCommand extends Command
|
|||
'url' => $url,
|
||||
'queue' => $queueConfig,
|
||||
'email_settings' => [
|
||||
'from_address' => 'no-reply@php-censor.local',
|
||||
'from_address' => 'PHP Censor <no-reply@php-censor.local>',
|
||||
'smtp_address' => null,
|
||||
'smtp_port' => null,
|
||||
'smtp_username' => null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue