Skip to main content
Question

Emailer transformer needs oAuth 2.0 support.

  • September 23, 2022
  • 3 replies
  • 21 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

carmijo
Supporter
Forum|alt.badge.img+11
  • Supporter
  • 135 replies
  • September 23, 2022

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


siennaatsafe
Safer
Forum|alt.badge.img+12
  • Safer
  • 214 replies
  • September 23, 2022

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.


  • Author
  • 1 reply
  • November 16, 2022

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).