I am getting this error to send emails.
SMTP.SendEmailV2 failed: { "status": 403, "message": "The SMTP server 'smtp.office365.com' requires a secure connection or the client was not authenticated. Ensure you are using SSL connection and check your account's security settings (if you have enabled 2-step verification, try to use App password, otherwise, turn on access for less secure apps).\r\nclientRequestId: c14eae0b-84f4-43e7-b498-d0a0d56f3035", "source": "smtp.office365.com:25", "errors": [] }
When I ran a test in a test environment I had no issues, however, in our production environment the issue occurs. Given that there was a recent update that was published only a few days ago the test and production environments has no changes to the application.
Also this issue is only occurring for one of the business' applications. We have been receiving email notifications from our other applications.