I am using smtp to send emails in django app but for some reasons it stops working and i found this on the google page.

I do not want to use SendGrid or others.because in my app i send more than 1000000 emails per semester and it was working well before this new condition.
How can i solve this problem ? Thanks.