Skip to Content
0
Nov 02, 2012 at 05:21 AM

Send email in Outbox

131 Views

Hi,

I have made a program to send the email to internet email ID with attachment which is working ok, in my case the sender is also as internet user for which the domain is same which we have maintain in SCOT.

sender = cl_cam_address_bcs=>create_internet_address( SNDR ).

emails are send succesfully but mails are not coming in the outbox on sap as well as in the sent box of email ID by which the emails are send.

to put email in outbox i have added code as below

"put in outbox

CALL METHOD l_send_request->send_request->set_link_to_outbox( 'X' ).

CALL METHOD l_send_request->set_send_immediately( 'X' ).

regards,

zafar