#Mass email
3 messages · Page 1 of 1 (latest)
Short version, I would not use Gmail itself to send 3,000 emails one by one.
Even one-by-one, Gmail still counts them toward sending limits:
- Personal Gmail: about 500/day
- Google Workspace: about 2,000/day, and 1,500/day for mail merge
Official Google docs:
https://support.google.com/mail/answer/22839?hl=en
https://support.google.com/a/answer/166852?hl=en
Best setup for OpenClaw:
- Connect Google account with
goggog auth credentials /path/to/client_secret.json gog auth add you@company.com --services gmail,sheets - Keep your client list in Google Sheets
- Let the agent generate/personalize each email
- Use a real sending provider for delivery, like SES, Resend, Postmark, SendGrid, Mailgun
- Add an approval gate before send, using Lobster
https://docs.openclaw.ai/tools/lobster
If you just want to test Gmail connectivity, start with a single email:
gog gmail send --to client@example.com --subject "Test" --body "Hello"
So the recommendation is:
- Gmail for low-volume personal mail
- ESP/API provider for 3,000 sends
If you want, I can sketch the exact workflow for either:
- Google Sheets + agent personalization + Resend/SES, or