新的Google Workspace帐户上没有增加电子邮件配额

发布于 2025-01-25 19:43:38 字数 326 浏览 1 评论 0原文

我已经签署了一个带有2个邮件帐户的新工作区帐户(每个月12美元),但电子邮件配额似乎并没有增加。

function checkQuota(){
  var quotaLeft = MailApp.getRemainingDailyQuota();
  console.log("Mails remaining "+quotaLeft)
}

当我运行此功能时,它向我展示了100个单元,但应该是1500个。我不记得上次在旧的Google Worspace帐户上设置新的Gmail时任何延迟。

管理面板显示发票已支付。

有延迟吗?如果不是...想法?

I have signed up for a new workspace account with 2 mail accounts ($12 per month each), but the email quota seems not to have increased.

function checkQuota(){
  var quotaLeft = MailApp.getRemainingDailyQuota();
  console.log("Mails remaining "+quotaLeft)
}

When I run this function it's showing me 100 units but it should be 1500. I don't remember any delay the last time I set up new gmails on my old Google Worspace account.

The admin panel is showing the invoice is paid.

Is there a delay? If not...ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

双手揣兜 2025-02-01 19:43:38

如果您最近签署了一个Google Workspace帐户,这意味着您可能仍然遇到试用限制。如前所述在这里a>:

gmail在Google Workspace中发送限制

从免费试用帐户转换为付费订阅后,您的帐户在以下两个方面都会自动增加:

您的域名累计至少支付了100美元(或等效)
自达到付款门槛以来,至少已经过去了60天
如果您从Google购买了域名,则增加限制的成本是您的域名成本加上100。

这适用于Google日历,Gmail等任何Google服务。因此,基本上您需要满足这两个要求以绕过该服务试验限制。如果我没记错的话,几个月前的政策发生了变化,这就是为什么以前更容易摆脱试用限制的原因。

由于试验限制,您将具有与消费者帐户相同的限制。您可以看到完整列表在这里

If you have recently signed up for a Google Workspace account this means that you are probably still stuck with the trial limits. As stated here:

Gmail sending limits in Google Workspace

After you convert from a free trial account to a paid subscription, your account sending limits automatically increase when both of the following are true:

Your domain has cumulatively paid at least USD 100 (or equivalent)
At least 60 days have passed since reaching that payment threshold
If you bought your domain from Google, the cost to increase your limits is the cost of your domain plus US 100.

This applies for any Google service such as Google Calendar, Gmail, etc. So basically you need to meet both requirements to bypass the trial limits. If I am not mistaken the policies were changed some months ago, that is why it was easier to get out of the trial limits before.

Because of the trial limits you will have the same limits as a consumer account. You can see the full list here.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文