MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

action=bouncehandler

(main | bouncehandler)
  • This module is internal or unstable. Its operation may change without notice.
  • This module requires read rights.
  • This module requires write rights.
  • This module only accepts POST requests.
  • Source: BounceHandler
  • License: GPL-2.0-or-later

Receive a bounce email and process it to handle the failing recipient.

Specific parameter:
Other general parameters are available.
email

The bounced email.

This parameter is required.
Example:
Receive a bounce email for processing with the content "This is a test email".
api.php?action=bouncehandler&email=This%20is%20a%20test%20email [open in sandbox]