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 a year ago
- asked a year ago
- asked 24 days ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago