i have self hosted taiga management on my server i have configured the smtp environment for sending mails but when i try to send the mail from the server it shows me this error logs i have configured the smtp environment because i am using Microsoft office 365 account
EMAIL_BACKEND=smtp
EMAIL_HOST=smtp.office365.com
EMAIL_PORT=587
EMAIL_HOST_USER=task@abcde.dev
EMAIL_HOST_PASSWORD=
EMAIL_DEFAULT_FROM=task@abcde.dev
EMAIL_USE_TLS=True
EMAIL_USE_SSL=False
i am getting this log
smtplib.SMTPAuthenticationError: (535, b"5.7.139 Authentication unsuccessful, user is locked by your organization’s security defaults policy. Contact your administrator. [PN3PR01CA0173.INDPRD01.PROD.OUTLOOK.COM 2025-01-28T08:02:34.457Z 08DD3F0EED88BC46]")
can someone help me how to ingerate microsoft office 365 smtp server in taiga