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?