mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 17:54:45 +02:00
postmark uses smtp driver
This commit is contained in:
parent
4917105a99
commit
4068332fb9
@ -117,6 +117,7 @@ class UpdateEmailSettings extends Command
|
||||
$variables['MANDRILL_SECRET'] = $this->ask('Mandrill Secret');
|
||||
break;
|
||||
case 'postmark':
|
||||
$variables['MAIL_DRIVER'] = 'smtp';
|
||||
$variables['MAIL_HOST'] = 'smtp.postmarkapp.com';
|
||||
$variables['MAIL_PORT'] = 587;
|
||||
$variables['MAIL_USERNAME'] = $this->ask('Postmark API Token');
|
||||
|
Loading…
x
Reference in New Issue
Block a user