cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver Mail adapter Acknowledgement

Former Member
0 Kudos

Hi,

I have a scenario from SOAP to EMAIL where i need to send response back to SOAP after sending an EMAIL.

can i capture acknowledgement in mail adapter ?If so how can i capture the acknowledgement .What is the acknowledgement that it sends?

We need to send back a synchronous response to the HTTP request passing either "S", "I" or "E" and an errortext in case of error during sending the email

Please help if anyone has done the similar scenario.

Thanks

rajesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Rajesh,

The receiver mail adapter supports only system acks.

I have not tried this , but, the mail adapter supports Best Effort Delivery and so, it can be configured Synchronously to Receiver an Acknowledgement back. ( hopefully ).

Thanks,

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Rajesh,

As I had replied to you in other post. Create Synchronous Service Interfaces.

And for the response Message Type you use MailReceipt structure. You can get this structure from the Mail Package xsd.

Download this MailPackage xsd from the sap note: 748024

Regards,

Aravind