postmark uses smtp driver
This commit is contained in:
parent
4917105a99
commit
4068332fb9
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ class UpdateEmailSettings extends Command
|
||||||
$variables['MANDRILL_SECRET'] = $this->ask('Mandrill Secret');
|
$variables['MANDRILL_SECRET'] = $this->ask('Mandrill Secret');
|
||||||
break;
|
break;
|
||||||
case 'postmark':
|
case 'postmark':
|
||||||
|
$variables['MAIL_DRIVER'] = 'smtp';
|
||||||
$variables['MAIL_HOST'] = 'smtp.postmarkapp.com';
|
$variables['MAIL_HOST'] = 'smtp.postmarkapp.com';
|
||||||
$variables['MAIL_PORT'] = 587;
|
$variables['MAIL_PORT'] = 587;
|
||||||
$variables['MAIL_USERNAME'] = $this->ask('Postmark API Token');
|
$variables['MAIL_USERNAME'] = $this->ask('Postmark API Token');
|
||||||
|
|
Loading…
Reference in a new issue