We are using workflow to send monthly payment information to employees. The workflow could not send email to some employees, and I am unable to work over it. As an alternative I have used the same function used in workflow (which is Send Message Extended ) to send the email directly from the report.
Now, everything works as expected.
But when I run the code from workflow, it usually sends mail from PSFT_System@oracle.com. When I execute the same function from the report directly, the from address is the email address of the user who logged into the system, which we don't suggest.
So how can I run the function from report with from address is set to PSFT_System@oracle.com. One way is to delete email address of the logged in user ( but it is not good always).
Now, everything works as expected.
But when I run the code from workflow, it usually sends mail from PSFT_System@oracle.com. When I execute the same function from the report directly, the from address is the email address of the user who logged into the system, which we don't suggest.
So how can I run the function from report with from address is set to PSFT_System@oracle.com. One way is to delete email address of the logged in user ( but it is not good always).