Email Notification.

   I want to send an Email Notification through a workflow. what are the Exact Steps should be following please guide me regarding these Email Notification?

How can I configure my Aras so that once the part is released the assigned user gets a notification.

Parents Reply
  • You might need to configure SMTP server. Can you enable below tag in InnovatorServerConfig.xml. (It might be already there but with disabled_ so, remove that and try below) and check mail is triggered correctly

    <operating_parameter key="email_debug_option" value="file" />

    • Restart IIS
    • Execute the action which is triggering this action
    • Go to the TempFolderPath folder (mentioned in InnovatorServerConfig.xml file: <operating_parameter key="temp_folder" value="TempFolderPath")
    • Check whether mail file is created in this folder

    Thank You

Children
No Data