[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-03-06。"],[[["This content describes how to configure an app to receive email bounce notifications using legacy bundled services and APIs in the first-generation App Engine standard environment."],["To receive bounce notifications, you must enable the `mail_bounce` inbound service in your `app.yaml` file."],["You must also define a mapping in your `app.yaml` file between the `/_ah/bounce` URL and your bounce notification handler."],["A bounce handler is needed to process the bounce notifications, which can be done using the `BounceNotificationHandler` or directly with the `BounceNotification` class."],["Both the `BounceNotificationHandler` and `BounceNotification` classes are located within the `google.appengine.ext.webapp.mail_handlers` package."]]],[]]