Hi,
Im having issues with OAuth SMTP, Imap works and I can get a token and it opens emails fine but can nto send emails via oauth authentication. I have given scopes
https://outlook.office.com/SMTP.Send https://outlook.office.com/Mail.Send
but when i try t save it i get
5.7.3 Authentication unsuccessful
Does anyone have this working?
I am also unable to run rcron as i get error
PHP Fatal error: Uncaught TypeError: osTicket\Mail\AccountSetting::setCredentials(): Argument #1 ($creds) must be of type osTicket\Mail\AuthCredentials, null given, called in /homepages/32/d910971704/htdocs/support/site/include/class.email.php on line 1009
I'm not sure if this is a bug or if I'm doing something wrong?