Hi,
For the process flow to send out email from the application , earluier SMPT connector was used. However after the client updated to microsoft365, SMTP connector is not supported and the emails were no longer sent.
To overcome this Email connector is used instead of SMTP connector.
However, I am getting the error for the From address in the email provider:
2023-12-07T16:50:16.8980307+01:00 1ERR] Process action "email_connector" in process flow "send_email_from_queue" in application 147 threw an exception. (dedd009e)
Status Code: Forbidden
Microsoft.Graph.ServiceException: Code: ErrorAccessDenied
Message: Access is denied. Check credentials and try again.
process flow :
Please let me know if I am missing something?
Using Email connector instead of SMTP connector and giving the known credentials in the email provider to set up should be sufficient, isnt?
Also the emails needs to be sent out from address provided in the application (that may differ) How can this be encorporated here?