Forum Discussion
diptasubhra10_gmail_com
6 years agoIdeator I
I followed this did not get the notification.
Gopikrishnan
6 years agoIdeator I
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