We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mail
sendmail
1 parent 51cee76 commit 5a417e9Copy full SHA for 5a417e9
1 file changed
app/Console/Commands/Environment/EmailSettingsCommand.php
@@ -44,7 +44,7 @@ public function handle()
44
trans('command/messages.environment.mail.ask_driver'),
45
[
46
'smtp' => 'SMTP Server',
47
- 'mail' => 'PHP\'s Internal Mail Function',
+ 'sendmail' => 'sendmail Binary',
48
'mailgun' => 'Mailgun Transactional Email',
49
'mandrill' => 'Mandrill Transactional Email',
50
'postmark' => 'Postmark Transactional Email',
0 commit comments