mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-12 19:33:45 +02:00
postmark uses smtp driver
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user