Laravel - How to prepare for deprecation of Basic authentication in Exchange Online?

Viewed 17

After reading this article, it looks like basic SMTP auth will be disabled for emails. How will this effect laravel applications that use SMTP with a username/password to authenticate? How can we prepare for this, and change our email authentication methods? I have a few projects that use SMTP with outlook emails, and I am worried they will break once this change takes place.

Thanks.

0 Answers
Related