Skip to main content
14-Alexandrite
February 16, 2023
Solved

Send email to non-windchill users

  • February 16, 2023
  • 1 reply
  • 1248 views

Hello,

 

I have a requirement where I need to configure email notification being sent at the end of a change notice process to certain non-windchill users, the issue here is the list of email ids are not static for every change notice. It differs from object to object, the list will be determined by the creator of Change Notice at the time of its creation. There could an IBA configured to capture the list of email ids, but I want to know how we can send an email to this list, is it only possible through code or can we configure something in the Notification robot to achieve the same. Requesting you to shed some light on the same.

 

Thanks,

Sha

 

Best answer by HelesicPetr

Hello @Sha11 

 

The notification robots are static. I'm not find a way how to dynamically populate emails to the notification robots

If the email recipients are dynamic then I use own code to send a email with message. 

 

PetrH 

1 reply

HelesicPetr
22-Sapphire II
22-Sapphire II
February 17, 2023

Hello @Sha11 

 

The notification robots are static. I'm not find a way how to dynamically populate emails to the notification robots

If the email recipients are dynamic then I use own code to send a email with message. 

 

PetrH 

Sha1114-AlexandriteAuthor
14-Alexandrite
February 17, 2023

I was thinking the same, but wanted to confirm. Thank you for the information.