Skip to content

Commit 4068332

Browse files
committed
postmark uses smtp driver
1 parent 4917105 commit 4068332

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Console/Commands/UpdateEmailSettings.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ public function handle()
117117
$variables['MANDRILL_SECRET'] = $this->ask('Mandrill Secret');
118118
break;
119119
case 'postmark':
120+
$variables['MAIL_DRIVER'] = 'smtp';
120121
$variables['MAIL_HOST'] = 'smtp.postmarkapp.com';
121122
$variables['MAIL_PORT'] = 587;
122123
$variables['MAIL_USERNAME'] = $this->ask('Postmark API Token');

0 commit comments

Comments
 (0)