Update SMTP configuration: switch to Office 365 for email sending and adjust OAuth scopes

This commit is contained in:
vista-man
2025-04-11 09:29:51 +02:00
parent 4e0f6238b6
commit 653bd79d0c
2 changed files with 6 additions and 6 deletions

View File

@@ -134,8 +134,8 @@ switch ($providerName) {
$provider = new Microsoft($params);
$options = [
'scope' => [
'wl.imap',
'wl.offline_access'
'https://outlook.office.com/SMTP.Send',
'offline_access'
]
];
break;