Hi,
I am sending email with attachment using FM
SO_NEW_DOCUMENT_ATT_SEND_API1 to an Internet address, every thing looks O.K. and I get the expected return values of the FM. However, the email stays in the SAPOffice OUTBOX in status "Send Process still running" and does not reach to the SAPConnector queue.
IF I send email from the SAPOffice manually the mail reach to the SAPConnector Queue and to its destination.
I filled the FM receivers table with the following parameters:
gt_reclist-copy = 'X'.
gt_reclist-receiver = iv_receiver.
gt_reclist-rec_type = 'U'.
gt_reclist-com_type = 'INT'.
Are there more parameters that needed to be filled, What could be the reason for this situation?
Thanks,
Eyal.