Skip to main content
Solved

FME Server Multiple Email Notification

  • September 18, 2015
  • 3 replies
  • 146 views

Is there a way to send multiple emails in the "Email to" box of the subscription? I tried the format that Outlook uses, that is, each email is separated by a semi-colon:

 

 

email1@email.com;email2@email.com;email3@email.com

 

 

However, no emails get sent. 

 

 

Thanks

Best answer by fmelizard

Hi,

 

 

Try comma ',' between the email addresses.
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

fmelizard
Safer
Forum|alt.badge.img+21
  • Safer
  • Best Answer
  • September 19, 2015
Hi,

 

 

Try comma ',' between the email addresses.

david_r
Celebrity
  • September 22, 2015
Hi

 

 

Itay is right, Outlook uses a non-standard delimiter (semi-colon), whereas the SMTP standard dictates a comma.

 

 

David

  • September 22, 2015
That worked, guys, thanks.