Former_Member
9 years agoIdeator I
Emailing 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...