We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4917105 commit 4068332Copy full SHA for 4068332
1 file changed
app/Console/Commands/UpdateEmailSettings.php
@@ -117,6 +117,7 @@ public function handle()
117
$variables['MANDRILL_SECRET'] = $this->ask('Mandrill Secret');
118
break;
119
case 'postmark':
120
+ $variables['MAIL_DRIVER'] = 'smtp';
121
$variables['MAIL_HOST'] = 'smtp.postmarkapp.com';
122
$variables['MAIL_PORT'] = 587;
123
$variables['MAIL_USERNAME'] = $this->ask('Postmark API Token');
0 commit comments