can we forward the incoming email via email connector module

0
Hello all, we are working on feature where incoming email are parse with email connector module  i also wants to forward the same email to another external mail box  can we perform with email connector module  Thanks for advance 
asked
1 answers
1

Hi Harsad,

 

In ‘OCH_Background_EmailFetchMicroflow’ you can build a submicroflow in Mendix that uses the Email Connector module to parse incoming emails. In this microflow, you can define the logic to extract relevant information from the email, such as the sender, subject, and body.

 

After parsing the email, add a step in the microflow to forward the email to another external mailbox. You can use the Email Connector module's actions or functions to send the parsed email to the desired recipient using the ‘SUB_SendEmail’ microflow.

 

Hope it helps!!!

answered