Skip to main content

I've got a workspace who's job is to create and send emails using FMEServerEmailGenerator and FMEServerNotifier.

Can I retrieve any information from Server on failed mail delivery?

(some of the email addresses are likely to be invalid)

It should be in the log files.

 

 

<FMEServerSystemShare>\\Logs\\core\\current\\subscribers\\email.log

 

 

 


It should be in the log files.

 

 

<FMEServerSystemShare>\\Logs\\core\\current\\subscribers\\email.log

 

 

 

On my 2016 system that works out to

 

C:\\ProgramData\\Safe Software\\FME Server\\resources\\logs\\core\\current\\subscribers

 

 


You can set up a workspace to read the email.log and extract the failures.


Reply