How many SMTP requests can a free google account handle for sending transactional mails?

Viewed 20

I'm using the Trigger Mail extension of Firebase for sending automated emails upon register.

The SMTP I'm using is the following:

smtps://mymail@gmail.com@smtp.gmail.com:465

It's working completely fine, but I'm having a slight concern with the amount of requests that a free google mail account can handle.

Is there anywhere I can find these usage limits?

0 Answers
Related