Padding for postmark

This commit is contained in:
David Bomba 2022-07-20 15:19:35 +10:00
parent e337abe819
commit d84d5ba092

View File

@ -26,7 +26,7 @@ return [
],
'postmark' => [
'token' => env('POSTMARK_TOKEN'),
'token' => env('POSTMARK_SECRET'),
],
'microsoft' => [