Skip to main content

If my FME Server port is 8080 and i have created a topic and publication with username "myUser" then what will be the email address to receive email?

my server address is myserver.mydomain:8080/fmeserver

Hi @dheeraj,

About the email service in FME Server has a interesting Tutorial Tutorial Server.

Do you want to monitore a email using FME Server?

Thanks,

Danilo


Hi @dheeraj

I would try emailing myUser@myServer.myDomain

The email service (SMTP) won't use 8080, it will use 25 (windows) or 7125 (Linux) unless you've changed the defaults.

Make sure those ports are open and then monitor the topic to confirm that the emails are being received.


Hi @dheeraj,

About the email service in FME Server has a interesting Tutorial Tutorial Server.

Do you want to monitore a email using FME Server?

Thanks,

Danilo

Yes, I want to receive email on FME Server but my server has 8080 port. My question is what will be email address to receive emails on FME Server if my FME server address is myserver.mydomain:8080/fmeserver.

 

I have created a publication with user name "myUser". Then what will be the email address?

 

myUser@myserver.mydomain.com ? or what as my FME Server port is 8080.

 

 

 


Hi @dheeraj

I would try emailing myUser@myServer.myDomain

The email service (SMTP) won't use 8080, it will use 25 (windows) or 7125 (Linux) unless you've changed the defaults.

Make sure those ports are open and then monitor the topic to confirm that the emails are being received.

 

Thanks for the answer, Agree with you so It is not the reason, i think reason is Server should be accessible to public using myserver.mydomain.

 

 


Yes, I want to receive email on FME Server but my server has 8080 port. My question is what will be email address to receive emails on FME Server if my FME server address is myserver.mydomain:8080/fmeserver.

 

I have created a publication with user name "myUser". Then what will be the email address?

 

myUser@myserver.mydomain.com ? or what as my FME Server port is 8080.

 

 

 

Hi @dheeraj - If your FME Server web interface is accessed via myserver.mydomain:8080/fmeserver then I would expect the email to be myUser@myserver.mydomain (note that you do not need to add the extra ".com" nor include the web interface port number).

 


Reply