Upgrade mail configuration (#455)

* Upgrade the mail configuration

* Update mail configuration to match Laravel 12

* Update mail configuration to properly set none or null

* Pint code

* Upgrade Symfony Mailers
This commit is contained in:
Darko Gjorgjijoski
2025-08-31 03:04:31 +02:00
committed by GitHub
parent d1bca362de
commit bae8dbe083
10 changed files with 233 additions and 53 deletions

View File

@@ -38,7 +38,6 @@ export const useMailDriverStore = (useWindow = false) => {
mail_ses_key: '',
mail_ses_secret: '',
mail_ses_region: '',
mail_encryption: 'tls',
from_mail: '',
from_name: '',
},
@@ -49,7 +48,7 @@ export const useMailDriverStore = (useWindow = false) => {
mail_port: null,
mail_username: '',
mail_password: '',
mail_encryption: 'tls',
mail_encryption: '',
from_mail: '',
from_name: '',
},