Question

Can I retrieve any information from FME Server on failed email delivery?

  • 27 March 2017
  • 3 replies
  • 0 views

Badge

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)


3 replies

Badge +22

It should be in the log files.

 

 

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

 

 

 

Badge +22

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

 

 

Badge +16

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

Reply