Browse By Tags

  • Display affected items in email notification

    I have an email notification that Innovator sends when the change notice has been approved. It currently only has the CN number, engineer's name, business unit, etc. but does not have the affected items with their part dispositions. I need to add this…
  • 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.
  • Emailing from ARAS fails

    Former Member
    Former Member
    I have gone over every single setting.  I can send email using a Method in ARAS if I call the .NET SMTP Client.  If I use the Item.Email method I see an email.xml file in the Temp folder but I never see any activity on my SMTP Server or, if I use the…
  • ARAS Email Notification - Instance name in Email body

    Former Member
    Former Member
    hi, I want to display the instance of the aras from where the email notification is triggered in the body of the email which will get triggered from workflow. Thanks and Regards, Maher.
  • 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…
  • How to Configure SMTP in Aras

    I am trying to send email on Active state, I read the aras document for this but I am not able to send the mail, so how can I configure SMTP, can anyone tell me: step by step?
  • 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…