Hi. I just set up auth hooks for my project to handle sending emails via Brevo. The auth hook calls an edge function that handles sending the email via the Brevo api. Now I seem to still get 429 - rate limit exceeded errors which say that "email rate limit exceeded"? I noticed that using the auth hook removes the custom SMTP configuration.
What is the point of auth hooks? They are basically unusable like this, if they invalidate your custom smtp settings, which are required to lift the sent emails restriction per hour, which shouldn't even exist in the first place when using auth hooks, as per the documentation.