doutan8506 2019-03-04 22:09
浏览 65
已采纳

多次通过电子邮件发送相同地址时达到“收件人通过电子邮件发送”配额

I have written an application on Google App Engine that sends emails to a single address. The application reached it's "Recipients Emailed" quota limit during testing. Should the same email address be counted more than once for the "Recipients Emailed" quota?

This is the code sending the emails.

import  "google.golang.org/appengine/mail"

-

msg := &mail.Message{
    Sender:   "Order <order@xxxxxxxxxxxx.appspotmail.com>",
    To:       []string{"Ben <xxxxxxxxxxxx@gmail.com>"},
    Subject:  "Order Received",
    HTMLBody: htmlBody,
}
if err := mail.Send(ctx, msg); err != nil {
    log.Errorf(ctx, "Couldn't send email: %v", err)
}

My Quota Usage My Quota Usage

Google's API Quotas Google's API Quotas

  • 写回答

1条回答 默认 最新

  • donglusou3335 2019-03-05 06:12
    关注

    Yes, this is how it's actually counted. The resource naming used is misleading.

    Note that the measurement units in the table are actually messages and mails not recipients/admins.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 逻辑谓词和消解原理的运用
  • ¥15 三菱伺服电机按启动按钮有使能但不动作
  • ¥15 js,页面2返回页面1时定位进入的设备
  • ¥200 关于#c++#的问题,请各位专家解答!网站的邀请码
  • ¥50 导入文件到网吧的电脑并且在重启之后不会被恢复
  • ¥15 (希望可以解决问题)ma和mb文件无法正常打开,打开后是空白,但是有正常内存占用,但可以在打开Maya应用程序后打开场景ma和mb格式。
  • ¥20 ML307A在使用AT命令连接EMQX平台的MQTT时被拒绝
  • ¥20 腾讯企业邮箱邮件可以恢复么
  • ¥15 有人知道怎么将自己的迁移策略布到edgecloudsim上使用吗?
  • ¥15 错误 LNK2001 无法解析的外部符号