MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=bouncehandler
(main | bouncehandler)
- このモジュールは内部的または不安定です。動作が予告なく変更される場合があります。
- このモジュールは読み取りの権限を必要とします。
- このモジュールは書き込みの権限を必要とします。
- このモジュールは POST リクエストのみを受け付けます。
- ソース: BounceHandler
- ライセンス: GPL-2.0-or-later
Receive a bounce email and process it to handle the failing recipient.
パラメーター:
その他一般パラメーターが利用可能です。
The bounced email.
- この変数は必須です。
例:
- Receive a bounce email for processing with the content "This is a test email".
- api.php?action=bouncehandler&email=This%20is%20a%20test%20email [サンドボックスで開く]