2009 Aug 26 4:51 AM
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
2009 Aug 26 5:17 AM
2009 Aug 26 5:17 AM