Skip to main content

I have created an Automation in FME Server. It is triggered by a Schedule and runs a single workspace. What is the best way to have an email automatically sent to me notifying that the automation has finished running and succeeded or the automation did not succeed.

 

In FME Server, I see under Automations - Notifications (Classic). But I am not clear on exactly how to set up the email notification. Here is what I have done so far, and it does not seem to be sending me an email after the automation has run. Any suggestions?emailnotificationtest

imageYou should be able to do something like this

 

Schedule>worksapce(s)>email on success/failure


Thank you for the assistance so far. It is super helpful.

 

I have set up the automation to include Email as shown in virtualcitymatt's screenshot. I am using Outlook for Office365 and in Email Details loaded the Office365 Template. I added our organization's SMTP Server, SMTP Server Port, and Connection Security parameters; Email To (my work email address), Email From (I chose Workspace Name), Email Subject (Test), Email Format (Plain Text), Email Body (This is a test). It validates no errors. I choose Apply, save the changes, and start automation. I check the log; the automation has run successfully.

 

But I never received an email. What am I missing? Does our Office365 Administrator need to do something on their end to allow emails to be received from FME Server?


In the from parameter you want to also use your own email address, or another valid email address.


Reply