Hi All,
Can anyone give me a method of sending an email notification when an import fails and an item is moved to the Exceptions folder please?
Thanks
Richard
Can anyone give me a method of sending an email notification when an import fails and an item is moved to the Exceptions folder please?
Thanks
Richard
コメント
2件のコメント
There is no built in functionality for sending an e-mail notification regarding workflow issues.
Here is a helpful link on how C# can be used for sending E-mails: https://msdn.microsoft.com/en-us/library/system.net.mail.smtpclient(v=vs.110).aspx
For making a trigger on a document appearing in local folder (Exceptions) please consider making a Windows Service that checks your Exceptions folder (e.g. if new documents appeared) and executes your sender program if necessary.
Hope that helps,
Vladislav
Great idea, thanks!
Cheers
Richard
サインインしてコメントを残してください。