All experts:
I want to send an email to multiple user, I use the FM:SO_NEW_DOCUMENT_SEND_API1,
this FM can to mutiple user's email address ,but it can not re-set the email sender.
another FM is: EFG_GEN_SEND_EMAIL, this FM can re-set the email sender and email receiver, but this only can send one email to one receiver.
My question is, can anyone tell me how to send email to mutiple user,
e.g.: sender: abc/at/abc.com
receiver 1 cdg/at/abc.com
receiver 2 dd/at/hotmail.com
I want to send this email to both them at a time. and i can dynamic set the email sender.
Thanks in advance.