Former_Member
8 years agoAccelerator III
11.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;" />
Cheers