Receiving Bounce Notification
Stay organized with collections
Save and categorize content based on your preferences.
To receive email bounce notifications, you need to configure your app to
enable bounce notification and you need to handle the incoming notification in
your app.
Configuring your application for email bounce notification
By default, applications do not receive bounce notifications for email that
could not be delivered. To enable the incoming bounce notification service, you
must modify your application appengine-web.xml
and web.xml
configuration
files.
Modify appengine-web.xml
by adding an inbound-services
section to enable the
incoming bounce service:
Modify web.xml
by mapping the bounce URL /_ah/bounce
to your bounce
handling servlet, as follows:
Handling Bounce Notifications
The JavaMail API includes the
BounceNotificationParser class,
which you use to parse incoming bounce notifications, as shown here:
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]