How to Send 500-1000 Emails per Minute Using Google Email API Without Getting Quota Errors or SMTP Connection Failures?

Tushar - Feb 19 - - Dev Community

I need to send multiple emails using the Google Email API, but I'm getting a quota error. I need to send between 500 and 1000 emails in one minute
I have also tried using Google APIs and Nodemailer in Node.js, but I’m encountering an 'SMTP connection failed' error.

Are there any solutions for this ?

. .