try send emails through mailerSend API

This commit is contained in:
isUnknown 2025-02-05 15:44:09 +01:00
parent 04b04ccf6a
commit cb5e08d3fc
5 changed files with 1776 additions and 33 deletions

View file

@ -6,7 +6,8 @@ return [
'menu' => require __DIR__ . '/menu.php',
'css' => 'assets/css/panel.css',
],
'email' => [
'mailerSendApiKey' => 'mlsn.0a9f20751951e3c2d130b1d6c3749b0a0f5b14f1c52da65a3369d658c736513c',
'email' => [
'transport' => [
'type' => 'smtp',
'host' => 'smtp.mailersend.net',