SendAsyncMDN Method

Sends the MDNReceipt to the RemoteURL specified.

Object Oriented Interface

public function doSendAsyncMDN($remoteurl, $mdnreceipt, $mdnreceiptheaders);

Procedural Interface

ipworksedi_as2receiver_do_sendasyncmdn($res, $remoteurl, $mdnreceipt, $mdnreceiptheaders);

Remarks

This method sends the asynchronous MDNReceipt to the RemoteURL specified. It need not be invoked if the prior call to SendResponse was successful. The RemoteURL, MDNReceipt, and MDNReceiptHeaders parameters should be the ones that were retrieved from ReceiptDeliveryOption and MDNReceipt's Content and Headers properties respectively.

If the RemoteURL requires SMTP transfer, the appropriate SMTP settings should be set using Config.

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