At google appscript my limit for sending email using mailapp or gmailapp is still 100 even though I am using my workspace account, and I am still able to send email by using python script.
I thought my gmailapp or mailapp quota limit will increase when using google workspace account.
What's the difference between using appscript and python script to use gmail api to send email as in why they have different limit since both are using Gmail api
I'm a noob to this, thanks in advance
See https://support.google.com/a/answer/166852?hl=en#zippy=%2Climits-increase-for-paid-accounts for all the details.
The same quotas apply regardless of how youโre sending the mail (via a script, via the Gmail interface, etc.)
And no, there are not any options to increase the quota beyond whatโs shown there. At that point, youโd be looking at using a third party mail sending solution like SendGrid or something.
Hope that helps,
Ian