Add Multiple Functional Emails to Group Mailbox Account Configured in Mendix

0
Hello Team, How can we configure multiple functional emails to One Email Account(Group mailbox) ,which we are going to configure in Mendix for receiving emails? What I mean, as we can configure multiple email accounts in Mendix for Sending or Receiving emails, those Accounts would be treated as Group Mailbox for Sending or Receiving emails from multiple individual(functional) email addresses. Is there any possibility to restrict that only specific individual email addresses can send or receive emails from Configured Email accounts in Mendix? How can we add those specific functional email addresses to our Group Mailbox accounts (which we generally going to configure inside Mendix app)? How do we do that? so that we can avoid receiving unwanted emails to our Configured Email Account from non functional (unidentified emails such as Spam or Junk emails).   Thanks. Azharuddin Khan  
asked
2 answers
6

 Hell Azharuddin, 

There is no direct filtering mechanism for inbound emai also no whitelisting option for sending email. 

To achieve this you can create one entity where you can maitain the the email which is allowed. 

When sending/receiving email in email module microflow you can check the the to/from email and add your logic. 

answered
0

Hi Azharuddin,

There is not out of the box feature available for the same

We need to write custom logic to achieve the same.

 

Regards

Ajay

answered