Mail support testing faze

This commit is contained in:
Simon Pocrnjič
2025-10-07 21:57:10 +02:00
parent 175111bed4
commit b9ca8244ef
18 changed files with 1279 additions and 101 deletions
+6
View File
@@ -0,0 +1,6 @@
<?php
return [
'key' => env('MAIL_PROFILES_KEY'),
'feature_enabled' => env('DYNAMIC_MAIL_ENABLED', false),
];