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…
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.
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…
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.
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…
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…
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?
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…