Skip to main content
Archived

Support Exchange mail on FME Server/Cloud

Related products:Integrations
  • June 13, 2019
  • 1 reply
  • 36 views

lars_de_vries
Forum|alt.badge.img+10
Some projects I work on do not support SMTP-mail.


I would like to see some support to send emails through an Exchange mail account. I have to give the email address, mailserver, domainusername and a password.
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

Forum|alt.badge.img

If you are using Office 365 there might already a workaround available. You should be able to integrate with Exchange via the Microsoft Graph API, which is recommended going forward:

 

https://developer.microsoft.com/en-us/graph/blogs/upcoming-changes-to-exchange-web-services-ews-api-for-office-365/

We have a Microsoft Graph Web Connection and FME Server Project that sets up an MS Graph Notification Webhook on the FME Hub:

 

https://hub.safe.com/publishers/gerhardatsafe/web-connections/microsoft-graph

https://hub.safe.com/publishers/gerhardatsafe/projects/microsoft-graphsubscription

 

 

Maybe this helps in some scenarios.