Skip to main content
Question

FME Server hostname when sending e-mails

  • December 9, 2020
  • 3 replies
  • 35 views

davtorgh
Contributor
Forum|alt.badge.img+11

Hi everybody,

 

where can I find (ad eventually set) the hostname FME Server uses when sending e-mails?

 

Thanks!

 

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.

3 replies

redgeographics
Celebrity
Forum|alt.badge.img+60
  • Celebrity
  • 3704 replies
  • December 9, 2020

You can set an "email from" in either the automation/notification or an Emailer transformer. The actual hostname/ip address of the actual FME Server is visible in the email headers, but most users won't dig that deep.


davtorgh
Contributor
Forum|alt.badge.img+11
  • Author
  • Contributor
  • 105 replies
  • December 9, 2020

You can set an "email from" in either the automation/notification or an Emailer transformer. The actual hostname/ip address of the actual FME Server is visible in the email headers, but most users won't dig that deep.

Thank you @Hans van der Maarel​ ,

 

but I can't view that information because I can't send the e-mail message. In my configuration FME Server has to use an smtp relay to deliver messages and I suspect it sends the messages as localhost instead from the correct domain. If the sending hostname is written in some configuration files, I could try do debug the problem.


redgeographics
Celebrity
Forum|alt.badge.img+60
  • Celebrity
  • 3704 replies
  • December 9, 2020

Thank you @Hans van der Maarel​ ,

 

but I can't view that information because I can't send the e-mail message. In my configuration FME Server has to use an smtp relay to deliver messages and I suspect it sends the messages as localhost instead from the correct domain. If the sending hostname is written in some configuration files, I could try do debug the problem.

Right. The hostname is what's visible in your browser's address bar. Alternatively you can check the $FME_SERVER_HOST parameter (set up a workspace that logs that parameter value and then run it on FME Server).

If your FME Server was installed with "localhost" as hostname then you may indeed be in trouble. It can only be changed through a re-install (see this idea)