Added configuration for resend
This commit is contained in:
+17
-1
@@ -2,4 +2,20 @@
|
||||
|
||||
return [
|
||||
'debug' => true,
|
||||
];
|
||||
'email' => [
|
||||
'transport' => [
|
||||
'type' => 'smtp',
|
||||
'host' => 'smtp.resend.com',
|
||||
'port' => 587,
|
||||
'security' => true,
|
||||
'auth' => true,
|
||||
'username' => 'resend',
|
||||
'password' => 're_87XcxJAD_43XdRZwdsTC2nYXoXs5UN2NY',
|
||||
],
|
||||
'presets' => [
|
||||
'contact' => [
|
||||
'from' => 'no-replay@fits-apps.net'
|
||||
]
|
||||
]
|
||||
]
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user