Question

Emailer transformer needs oAuth 2.0 support.

  • 23 September 2022
  • 3 replies
  • 5 views

Microsoft is disabling SMTP on Microsoft 365, and we have to switch to oAuth 2.0 authentication. We have some Emailer transformers in our workspaces, unfortunatly they only support oAuth2 for Gmail.

 

What is the alternative to use for this transformer ?

 

 

 

 


3 replies

Badge +10

oh wow, thanks for bringing this up. I’m in the same boat- relying on the emailer a ton and working in a Microsoft environment.

 

You could use a Python caller to send an email

Badge +9

Hi @jbs,

 

I just wanted to let you know we have an internal ticket (FMEENGINE-73948) to add support for Microsoft Authentication to the Emailer. Currently, it is not in progress, however, if you'd like an email if/when the work has been completed, please submit a support case and ask to be added to the ticket.

 

As carmijo said, the only current workaround would be to use Python.

The safe emailer of 2022.2 has now support for Microsoft mail, unfortunatly it only accepts attachments under 3mb in size (MS Graph API restriction).

Reply