Skip to main content
Solved

FME Server Send Email

  • August 1, 2018
  • 2 replies
  • 32 views

Forum|alt.badge.img+1

I am attempting to configure an email subscriber. I have been following the tutorial concerning this. I have used the snippet of JSON in the tutorial to successfully send/receive email. I can remove the foo@bar.com address from the "email_to" parameter and it successfully uses the setting in the subscriber for the "To:" parameter from the foo@baz.com address. So, email is crossing the SMTP Server (Relay) I've configured in the subscriber. I can even place a personal gmail address as the "From:" and it successfully sends the email. However, when I try to configure the "From:" using an existing email address on our domain.....no dice.

Any ideas would be greatly appreciated. Thank you in advance.

Best answer by dane_stephenson

So, as it turns out...… the first place I should have looked was my Junk Email Box. Because we are using a mail relay the IP address the email address is originating from is not within the expected range and gets flagged as Spam. Problem solved. Hope this helps anyone in a similar situation.

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.

2 replies

Forum|alt.badge.img+1
  • Author
  • 22 replies
  • Best Answer
  • August 1, 2018

So, as it turns out...… the first place I should have looked was my Junk Email Box. Because we are using a mail relay the IP address the email address is originating from is not within the expected range and gets flagged as Spam. Problem solved. Hope this helps anyone in a similar situation.


Forum|alt.badge.img

So, as it turns out...… the first place I should have looked was my Junk Email Box. Because we are using a mail relay the IP address the email address is originating from is not within the expected range and gets flagged as Spam. Problem solved. Hope this helps anyone in a similar situation.

Thanks for sharing your resolution @dane_stephenson!