1 Answer
- Newest
- Most votes
- Most comments
1
Hello,
To handle forwarding emails within Gmail’s rate limits, you can use AWS SQS and Lambda to throttle the process.
You can use S3 to store incoming emails, then throttle forwarding using an SQS queue and a Lambda function to process and send emails at a controlled rate (e.g., 60 per minute) to comply with Gmail's limits.
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 9 months ago
