try send emails through mailerSend API
This commit is contained in:
parent
04b04ccf6a
commit
cb5e08d3fc
5 changed files with 1776 additions and 33 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue