Email Connector MFA

I am developing a workflow using a standard tasklist. As one of the step in the workflow I need to send a email . I am trying to use the inbuilt connector to send the email. The mailbox which I am trying to use to send the email is MFA enabled. Can any of the experts please guide me as to how to connect to a MFA mailbox using the inbuilt connectors of Camunda to send the emails. Thanks

Cheers!!
Gaga

@Gaga the current implementation of mail-connectors won’t support Multi-factor authentication. It will works with configured mail server username & password only. Maybe you can fork the mail-connector and customize to use MFA.

Thanks. Can you provide me any small example to do the same. Thanks

@Gaga you can refer this.