Hello,
In APPS9 we were able to be send e-mail with attachment and specified mail sender with the following api:
---------------------------------
ifsapp.COMMAND_SYS.Mail(
from_user_name_ => ifs_from_user_name_,
to_user_name_ => ifs_to_user_name_,
text_ => ifs_text_,
attach_ => attachments_,
cc_ => ifs_cc_list_,
subject_ => ifs_subject_,
mail_sender_ => ifs_mail_sender_
);
----------------
But in IFS cloud this does not work. What is the correct typo of the api to send e-mail with attachment and identifying the mail sender?