Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to avoid return receipt

MNaveen
Product and Topic Expert
Product and Topic Expert
0 Kudos
149

Hello all,

I am using class cl_bcs for email service and it is working fine. But the problem is after the mail is sent to the receipients, there is a Delivery report ( RETURN RECEIPT ) being sent to the sender informing about all the users to whom the mail was sent. I dont need this how can i avoid this mail from being sent.

Technical details:

The methods i am using are as listed below:

cl_bcs=>create_persistent( ).

cl_document_bcs=>create_document

send_request->set_document

cl_sapuser_bcs=>create

send_request->set_sender

cl_cam_address_bcs=>create_internet_address

send_request->add_recipient

send_request->send

Any inputs will be helpful.

Warm Regards,

Naveen M

1 ACCEPTED SOLUTION

Former Member
0 Kudos
59

Hi,

Check here:

ELSE

Alternatively you can use FM SO_NEW_DOCUMENT_ATT_SEND_API1 to send emails.

Regards,

Amit

1 REPLY 1

Former Member
0 Kudos
60

Hi,

Check here:

ELSE

Alternatively you can use FM SO_NEW_DOCUMENT_ATT_SEND_API1 to send emails.

Regards,

Amit