MAIL_ENCRYPTION=null
change it to
MAIL_ENCRYPTION=tls
Just Change your encryption type to 'tls' and it would work and make sure
your google account's 'LESS SECURE APP ACCESS' is turned 'ON' and also after changing your .env file you should restart your laravel server.