I followed the documentation and configured emailing in a runtime environment. When the end user uploads an Interactive Report to the email, he receives it from the address which is the same as "to" address.
Even if I set and checked the SMTP_FROM and other parameters in the runtime environment, emailing does not work correctly.
Any advice?
First picture attached: user downloads data from the Interactive Report and sends it TO email address.
Second picture attached: incoming email approaches the right user with the TO email address, but FROM email address is identic as TO one. The FROM address differs from the address determined by
SELECT
APEX_INSTANCE_ADMIN.GET_PARAMETER('SMTP_FROM')
FROM DUAL;
Zprávu upravil(a): Frantisek Mika