Dear Experts,
I am trying to send an email with "SendEmailRequest" request. But, receiving an error as "Unexpected Error". Same application is working fine in DEV environement but when I moved to Prod it is throwing the error at sending email step.
I have observed below:
1. When I execute the application in DEV environment, email is getting created by Administrator and I am using Administrator as From so email is sending without any error.
2. When I deploy the application in Prod, email is getting created and owned by "SYSTEM" user and I am using Administrator as From to send email.
I suspect SYSTEM is cant send email on behalf of Administrator user.
Is my assumption is right? or any other ways to make it work?
Please suggest..Thanks in advance.