Dear all,
I am trying to send e-mail to the external e-mail id through abap program. I tried 2 following function modules to do this:
HR_FBN_GENERATE_SEND_EMAIL
SO_DOCUMENT_SEND_API1
But it is not working for me. I tried the code given in the following link, but not working..
https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/sendExternalMailwithattachement
Can you please help me out in this issue?
Do i have to do any additional settings to get this?