Email quota for app scripts G suite users
问题 This is my simple app script I am using in google forms: function onFormSubmit(event) { var x = MailApp.getRemainingDailyQuota(); } I just signed up for a free trial for G suite. On this link it is mentioned that G Suite users get 1500 emails per day. https://developers.google.com/apps-script/guides/services/quotas But when I run the above script in debug mode and check the value of x get it as 100(Which is the limit for normal account) Is it that trial users have this limit? Or is it