Where to configure SMTP server in ARAS 14+
Hi, There use to be SMTP email option for aras instance where SMTP server details could have been configured, but with ARAS 14+, this option is missing. Is it because of .Net Core change Am i missing something. On the other instance, SMTP Email is visible. Can someone lend their expertise691Views0likes2CommentsDisplay 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 information to the email notification. My message uses Body Html and a AML query string. How do I modify these to include all of the affected items table information?7.4KViews0likes4CommentsEmailing from ARAS fails
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 File Pickup method and point to a dead folder, I never see any file in the folder. Near as I can tell ARAS is simply not emailing anything. I have used the simpleEmailTest code, I have altered it, I have created PRs and ECRs (we added notifications to them that we never see). I have checked my web.config and the Innovator Configuration files and, as I said, they are all good which is confirmed by the emails I can send. I am wondering how ARAS sends emails. If I know what .NET API is being used I can test it independently to see if it is the cause. Lacking this I do not know what to do as I cannot see into the black box that is ARAS. I am assured this works, and I am sure it does, but my experience does not match up with anything I can find on line. If anyone can tell me what .NET APIs ARAS uses for email it would help. It does not seem to be the .NET SMTP client as code based on that API works...9.4KViews0likes6CommentsSend return email to the user in workflow.
Hi Guys, I am trying to send email from workflow. When i assign item to user then sending mail with all details to that user. Once that user approves it, then i want to get email as "Item is approved". I tried to check the email notification events like "OnClosed","OnVote" etc, but i am not getting any emails even it is approved by assigned user. Can you please help me on it and suggest. Thanks, Aaba.2.8KViews0likes1Comment