IPWorks EDI 2020 Python Edition

Questions / Feedback?

mdn_to Property

The recipient for the Message Disposition Notification (MDN).

Syntax

def get_mdn_to() -> str: ...

mdn_to = property(get_mdn_to, None)

Default Value

""

Remarks

mdn_to corresponds to the Disposition-Notification-To header of request_headers. If nonempty, the client has requested an MDN receipt (typically the actual value is irrelevant). This receipt will be generated in a call to process_request or create_mdn_receipt, and may be sent by calling send_response.

The receipt will be contained in mdn_receipt. If receipt_delivery_option is empty, the receipt should be synchronously delivered in the HTTP response; otherwise, it should be delivered asynchronously to the URL specified. In either case, send_response will send the response as appropriate.

According to RFC specifications, mdn_receipt must be sent if requested by the client. If mdn_to is empty the MDN may be sent or not at the option of the server.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 Python Edition - Version 20.0 [Build 8203]