Skip to content

Commit 5a417e9

Browse files
authored
app(setup): replace mail with sendmail driver (pterodactyl#4750)
1 parent 51cee76 commit 5a417e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Console/Commands/Environment/EmailSettingsCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function handle()
4444
trans('command/messages.environment.mail.ask_driver'),
4545
[
4646
'smtp' => 'SMTP Server',
47-
'mail' => 'PHP\'s Internal Mail Function',
47+
'sendmail' => 'sendmail Binary',
4848
'mailgun' => 'Mailgun Transactional Email',
4949
'mandrill' => 'Mandrill Transactional Email',
5050
'postmark' => 'Postmark Transactional Email',

0 commit comments

Comments
 (0)