Skip to content

Commit

Permalink
app(setup): replace mail with sendmail driver (#4750)
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy132 committed Aug 23, 2023
1 parent 51cee76 commit 5a417e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Console/Commands/Environment/EmailSettingsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function handle()
trans('command/messages.environment.mail.ask_driver'),
[
'smtp' => 'SMTP Server',
'mail' => 'PHP\'s Internal Mail Function',
'sendmail' => 'sendmail Binary',
'mailgun' => 'Mailgun Transactional Email',
'mandrill' => 'Mandrill Transactional Email',
'postmark' => 'Postmark Transactional Email',
Expand Down

0 comments on commit 5a417e9

Please sign in to comment.