Issue in sending emails to outlook from laravel mail function

I am using Mail::to function in my Laravel project to send emails using my Gmail account.
If I am sending email to any Gmail account it’s working fine but in case of outlook account, recipient is not receiving the mail and I am not getting any error in my Mail function.
How to debug it?