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.
There was no change needed, authentication wasn't deprecated for SMTP mail drivers.