How to Configure SMTP in Aras
I am trying to configure a smtp in aras but I dont know how to achieve it. in one article I read that just need to change in file "InnovatorServerConfig.xml" and do change in Mail SMTPServer =[server name], so is there any other setting I need to do for SMTP configuration.14KViews0likes6CommentsGot 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 mentioned a port number in aras?7.8KViews0likes4Comments11.0 SP9 smtp setup
I have been struggling to get SMTP up and running in any configuration. Initially I tried setting our internal SMTP relay using Mail SMTPServer="x.x.x.x". Nothing was received by the relay server. Next I setup SMTP on the innovator server itself, verified it could send to the relay server and changed the Mail config line to Mail SMTPServer="127.0.0.1", but still no joy. When a new PR is created an email event is recorded in the logfile in "C:\Program Files (x86)\Aras\Innovator\Innovator\Server\logs" but no errors are reported. I have tried this on 2016 and a 2012 R2 servers. Is there something missing from the installation instructions? <?xml version="1.0" encoding="UTF-8"?> <Innovator> <UI-Tailoring login_splash="../images/aras-innovator.svg" branding_img="../images/aras-innovator.svg" product_name="Aras Innovator" banner_url="../scripts/banner.aspx" banner_height="50"/> <operating_parameter key="debug_log_flag" value="true"/> <operating_parameter key="DebugServerMethod" value="true" /> <operating_parameter key="debug_log_limit" value="10000"/> <operating_parameter key="debug_log_pretty" value="true"/> <disabled_operating_parameter key="performance_logging" value="cpu"/> <operating_parameter key="xslt_processor_debug" value="false"/> <disabled_operating_parameter key="email_debug_option" value="file"/> <License lic_type="Unlimited" lic_key="x" act_key="x" company=""/> <Mail SMTPServer="127.0.0.1"/> <operating_parameter key="temp_folder" value="C:\Program Files (x86)\Aras\Innovator\Innovator\Server\temp\"/> <operating_parameter key="ServerMethodTempDir" value="C:\Program Files (x86)\Aras\Innovator\Innovator\Server\dll\"/> <operating_parameter key="debug_log_prefix" value="C:\Program Files (x86)\Aras\Innovator\Innovator\Server\logs\"/> <AgentService InnovatorToServiceAddress="">localhost:8734/.../> <DB-Connection id="InnovatorSolutions" database="InnovatorSolutions" server="(local)" uid="innovator" pwd="xxxxx"/> </Innovator> Event detail: <event time="2017-12-04 11:47:18Z" reason="Stage1" TickCount="8917718" dt="0" message="&lt;BODY&gt;&lt;font size=&quot;+1&quot;&gt;
&lt;p&gt;You have been assigned a new change management activity in Aras Innovator (details below). Please log in to Innovator to complete the work.&lt;/p&gt;
&lt;p&gt;&lt;font size=&quot;+0&quot; style=&quot;font-variant: small-caps&quot;&gt;Activity: &lt;/font&gt;${Item[@type=&quot;Activity&quot;]/name}&lt;br/&gt;
&lt;font size=&quot;+0&quot; style=&quot;font-variant: small-caps&quot;&gt;Instructions:&lt;/font&gt; ${Item[@type=&quot;Activity&quot;]/message}&lt;/p&gt;
&lt;p&gt;&lt;font size=&quot;+0&quot; style=&quot;font-variant: small-caps&quot;&gt;${Item[@type=&quot;ItemType&quot;]/label}:&lt;/font&gt; ${Item[2]/item_number}&lt;br/&gt;
&lt;font size=&quot;+0&quot; style=&quot;font-variant: small-caps&quot;&gt;Title:&lt;/font&gt; ${Item[2]/title}&lt;/p&gt;
&lt;/font&gt;
&lt;B&gt;
${substring(&quot;Some information needed to form this email was not found. Please contact your system administrator to ensure that the sender has privileges to view the items.&quot;, 1, (1-count(Item[2]))*158)}
&lt;/B&gt;
&lt;/BODY&gt;" /> Cheers6.2KViews0likes2CommentsSending 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 achieve this? also How to configure SMTP? at the time of installation I keep it as queue, so is there any guide to configure SMTP to send mail.4.9KViews0likes2CommentsHow to configure SMTP Email in IIS for 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 expertise2.1KViews0likes5Comments