
Hi team, I'm experiencing rate limiting issues with email sending during user sign-up and need some guidance.
Setup:
- SvelteKit SPA with Appwrite Cloud (Pro subscription)
- Custom SMTP configured and tested successfully
Sign-up flow:
Email entry → Magic link sent → User clicks link → Sets password → Main app
Issue: The magic link emails are hitting rate limits when multiple users attempt to sign up within a short timeframe. This is blocking legitimate users from completing registration during normal usage patterns. I understand that using an API key would bypass rate limits, but this isn't secure for client-side operations in production.
Questions:
1. What are the specific email rate limits for Pro plan accounts with custom SMTP?
2. Are there any configuration options available to adjust these limits for legitimate use cases?
3. Is there a recommended pattern for handling bulk sign-ups or high-traffic registration periods while maintaining security?
Any insights or workarounds would be greatly appreciated. Happy to provide additional details if needed.
Recommended threads
- DATABASE ERROR
When I select NULL as the value and click update, it shows that the update is successful, but when I refresh it changes back to add-avatar. It seems that all fi...
- Need a way to act as user with session s...
**Use case** I'm using Appwrite to add backend features to a puzzle site (Logic Pad). Because the site requires complex validation logic on document creation, ...
- DATABASE ERROR
When I select NULL as the value and click update, it shows that the update is successful, but when I refresh it changes back to add-avatar. It seems that all fi...
