Apps Script Email Sending Limits Problem

We have an active Google Workspace for Nonprofit account. We want to use Apps Script to send emails through script to our team members. But, we have a current daily email sending limit of 100/user/day. We want to increase these limits to at least 1500.

1 Like

Hi Paulina! This is happening because new Google Workspace accounts (even Nonprofits) often start with ‘trial’ sending limits (100/day) to prevent spam. It usually takes some time (around 60 days) or a history of account activity to unlock the full 1,500/day limit.

Check the account running the script: Ensure the script is executing via the NGO’s email address (@yourorg.orgyourorg.org) rather than @gmail.com personal @gmail.com account.

Or Use Google Groups: If the goal is to send updates to the team, create a group (all@yourorg.org) in the Workspace Admin console. This way, your script only needs to send one email to the group address, and the system distributes it to everyone. This saves your API quota.

1 Like

Thank you for your response.

Our account is activated 80 days ago. But still the limits are same. We are using NGO email for the script.