• Email Notification

    Hi guys I have successfully created my first project now I want to test that my lifecycle works. so can someone please help me with the email notifications so that i can test email when the user goes through the different lifecycle stages. I have looked…
  • Error - Triggering Email

    Hi all, I configured Email (SMTP) with in IIS. And Try to generate Email with Aras Innovator. But I am getting error in "Badmail" directory. The error is "Error is processing file in pickup directory". Regards, Sathishkumar C.
  • cannot get iis pickup directory

    I am trying to send mail, but got this error: cannot get iis pickup directory in my InnovatorConfig.xml, this is the code: <Mail SMTPServer="queue" /> and in IIS, 1. Email-address: my email address 2. I choose " Deliver e-mail to SMTP server " where…
  • Sending Email on Object Property Value

    Hi, I am trying to send Email, in my case I have document object which has one property called "Last Date",and I run workflow for the same, so I want to send mail before 1 day of "Last Date" property value, so is it possible to achieve it? or how can…
  • Got Error of Socket Problem

    I am trying to send email on lifecycle state change, I made change in InnovatorServerConfig.xml file : <Mail SMTPServer="smtp.gmail.com"/> I got Error: A socket operation was attempted to an unreachable network [2404:6800:4003:c00::6c]:25 where to…