<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: SMTP Mail functionality in Pre Dynamics NAV 5 versions</title>
	<atom:link href="http://gotcal.com/index.php/2010/06/smtp-mail-functionality-in-pre-dynamics-nav-5-version/feed/" rel="self" type="application/rss+xml" />
	<link>http://gotcal.com/index.php/2010/06/smtp-mail-functionality-in-pre-dynamics-nav-5-version/</link>
	<description>Inside C/Side, Tools and random thoughts</description>
	<lastBuildDate>Wed, 14 Dec 2011 14:06:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Sami</title>
		<link>http://gotcal.com/index.php/2010/06/smtp-mail-functionality-in-pre-dynamics-nav-5-version/comment-page-1/#comment-1809</link>
		<dc:creator>Sami</dc:creator>
		<pubDate>Tue, 13 Dec 2011 11:05:31 +0000</pubDate>
		<guid isPermaLink="false">http://gotcal.com/?p=390#comment-1809</guid>
		<description>Hi Sherry,
             I have solution for SMTP Server as smtp.gmail.com and its working 100%.If you are really interested reach me at sami.3187@gmail.com




Thanks,
Sami Mohammed,
Navision Technical Consultant.
Microsoft certified professional</description>
		<content:encoded><![CDATA[<p>Hi Sherry,<br />
             I have solution for SMTP Server as smtp.gmail.com and its working 100%.If you are really interested reach me at <a href="mailto:sami.3187@gmail.com">sami.3187@gmail.com</a></p>
<p>Thanks,<br />
Sami Mohammed,<br />
Navision Technical Consultant.<br />
Microsoft certified professional</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sherry</title>
		<link>http://gotcal.com/index.php/2010/06/smtp-mail-functionality-in-pre-dynamics-nav-5-version/comment-page-1/#comment-1751</link>
		<dc:creator>Sherry</dc:creator>
		<pubDate>Sat, 10 Sep 2011 10:04:57 +0000</pubDate>
		<guid isPermaLink="false">http://gotcal.com/?p=390#comment-1751</guid>
		<description>I am not able to send mail through smtp (smtp.gmail.com). It gives me following error message :

“ The SMTP mail system returned the folloeing error message: The SMTP server requires a secure connection or the client was not Authenticated. The server response was:5.7.0 Must issue a STARTTLS command first. b11sm2417142rvf.10 “

Kindly help me to solve it ?

Thank you.</description>
		<content:encoded><![CDATA[<p>I am not able to send mail through smtp (smtp.gmail.com). It gives me following error message :</p>
<p>“ The SMTP mail system returned the folloeing error message: The SMTP server requires a secure connection or the client was not Authenticated. The server response was:5.7.0 Must issue a STARTTLS command first. b11sm2417142rvf.10 “</p>
<p>Kindly help me to solve it ?</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mads Morre</title>
		<link>http://gotcal.com/index.php/2010/06/smtp-mail-functionality-in-pre-dynamics-nav-5-version/comment-page-1/#comment-1687</link>
		<dc:creator>Mads Morre</dc:creator>
		<pubDate>Thu, 28 Apr 2011 07:36:36 +0000</pubDate>
		<guid isPermaLink="false">http://gotcal.com/?p=390#comment-1687</guid>
		<description>Hi

Maybe a &quot;beginner&quot; Question, but how do I uninstall the Dynamics Nav Mial Helper function again. 
We Use 2 diff. versions of Navision. Inside my house we use 4.0 and my external customers use Nav 2009. I work (as developer) in both solutions. 
Now after installing The Nav Mail Helper for the 4.0 solution, i can&#039;t send a mail from the Nav 2009 client.
Can I uninstall the Dynamics Nav Mail Helper .dll again?
regards 
mads morre</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Maybe a &#8220;beginner&#8221; Question, but how do I uninstall the Dynamics Nav Mial Helper function again.<br />
We Use 2 diff. versions of Navision. Inside my house we use 4.0 and my external customers use Nav 2009. I work (as developer) in both solutions.<br />
Now after installing The Nav Mail Helper for the 4.0 solution, i can&#8217;t send a mail from the Nav 2009 client.<br />
Can I uninstall the Dynamics Nav Mail Helper .dll again?<br />
regards<br />
mads morre</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahmoud</title>
		<link>http://gotcal.com/index.php/2010/06/smtp-mail-functionality-in-pre-dynamics-nav-5-version/comment-page-1/#comment-1685</link>
		<dc:creator>Mahmoud</dc:creator>
		<pubDate>Mon, 28 Mar 2011 14:56:57 +0000</pubDate>
		<guid isPermaLink="false">http://gotcal.com/?p=390#comment-1685</guid>
		<description>ok I created another table and modified the form because of a license problem and changed the Automation Server, anyway when I run my method which is 
Mail.Send(
            &quot;SMTP Server&quot;,Authentication  Authentication::Anonymous,&quot;User ID&quot;,Password,&quot;SMTP Server Port&quot;);

SendMailCU.CreateMessage(&#039;me@mycomany.com&#039;, &#039;me@mycompany.com&#039;, &#039;me@mycompany.com&#039;,
&#039;me@mycompany.com&#039;, EMailBody, TRUE);</description>
		<content:encoded><![CDATA[<p>ok I created another table and modified the form because of a license problem and changed the Automation Server, anyway when I run my method which is<br />
Mail.Send(<br />
            &#8220;SMTP Server&#8221;,Authentication  Authentication::Anonymous,&#8221;User ID&#8221;,Password,&#8221;SMTP Server Port&#8221;);</p>
<p>SendMailCU.CreateMessage(&#8216;me@mycomany.com&#8217;, &#8216;me@mycompany.com&#8217;, &#8216;me@mycompany.com&#8217;,<br />
&#8216;me@mycompany.com&#8217;, EMailBody, TRUE);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://gotcal.com/index.php/2010/06/smtp-mail-functionality-in-pre-dynamics-nav-5-version/comment-page-1/#comment-1684</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 16 Feb 2011 12:56:20 +0000</pubDate>
		<guid isPermaLink="false">http://gotcal.com/?p=390#comment-1684</guid>
		<description>Never mind, I got it working.  I used the Automation mentioned above added the port 25 and all is good now!  Thank you very much!</description>
		<content:encoded><![CDATA[<p>Never mind, I got it working.  I used the Automation mentioned above added the port 25 and all is good now!  Thank you very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://gotcal.com/index.php/2010/06/smtp-mail-functionality-in-pre-dynamics-nav-5-version/comment-page-1/#comment-1683</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 16 Feb 2011 12:48:11 +0000</pubDate>
		<guid isPermaLink="false">http://gotcal.com/?p=390#comment-1683</guid>
		<description>Yes I do have access to designing Codeuntis however I couldn&#039;t find the correct Automation type.  I see one called &quot;Microsoft Dynamics NAV Mail Helper which has IMessage and SmtpMessage Classes.  Not sure if that is correct?</description>
		<content:encoded><![CDATA[<p>Yes I do have access to designing Codeuntis however I couldn&#8217;t find the correct Automation type.  I see one called &#8220;Microsoft Dynamics NAV Mail Helper which has IMessage and SmtpMessage Classes.  Not sure if that is correct?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Soren Nielsen</title>
		<link>http://gotcal.com/index.php/2010/06/smtp-mail-functionality-in-pre-dynamics-nav-5-version/comment-page-1/#comment-1682</link>
		<dc:creator>Soren Nielsen</dc:creator>
		<pubDate>Wed, 16 Feb 2011 05:51:14 +0000</pubDate>
		<guid isPermaLink="false">http://gotcal.com/?p=390#comment-1682</guid>
		<description>Yeah, the latest DLL is for version 2009. It has the port no. for the SMTP.Send method included, and also the fix for the file locking.

Do you have access to designing the codeunit, then you can change the automation and the Send method yourself. If not let me know, and i can upload a version 4SP2 codeunit with the changes.</description>
		<content:encoded><![CDATA[<p>Yeah, the latest DLL is for version 2009. It has the port no. for the SMTP.Send method included, and also the fix for the file locking.</p>
<p>Do you have access to designing the codeunit, then you can change the automation and the Send method yourself. If not let me know, and i can upload a version 4SP2 codeunit with the changes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://gotcal.com/index.php/2010/06/smtp-mail-functionality-in-pre-dynamics-nav-5-version/comment-page-1/#comment-1678</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 15 Feb 2011 23:05:32 +0000</pubDate>
		<guid isPermaLink="false">http://gotcal.com/?p=390#comment-1678</guid>
		<description>Thanks Soren.  I downloaded the objects and dlls you have above and installed on my 4.00 SP2 system.  Is there an updated CU needed?  I would appreciated an updated version if you have it.
Many Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks Soren.  I downloaded the objects and dlls you have above and installed on my 4.00 SP2 system.  Is there an updated CU needed?  I would appreciated an updated version if you have it.<br />
Many Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Soren Nielsen</title>
		<link>http://gotcal.com/index.php/2010/06/smtp-mail-functionality-in-pre-dynamics-nav-5-version/comment-page-1/#comment-1676</link>
		<dc:creator>Soren Nielsen</dc:creator>
		<pubDate>Tue, 15 Feb 2011 21:29:16 +0000</pubDate>
		<guid isPermaLink="false">http://gotcal.com/?p=390#comment-1676</guid>
		<description>Check the Send() function in codeunit 400:


WITH SMTPMailSetup DO
  Result :=
    Mail.Send(
      &quot;SMTP Server&quot;,Authentication  SMTPMailSetup.Authentication::Anonymous,&quot;User ID&quot;, Password);
CLEAR(Mail);
IF Result  &#039;&#039; THEN
  ERROR(Text003,Result);

In the newer versions it also requires a parameter for the port no. to send.

So you need a version 5 codeunit to work with the old SMTP mail, and 2009 with the hotfix in to work with the new SMTP.

Let me know if this solves it, or i can post the codeunits in the download section too.</description>
		<content:encoded><![CDATA[<p>Check the Send() function in codeunit 400:</p>
<p>WITH SMTPMailSetup DO<br />
  Result :=<br />
    Mail.Send(<br />
      &#8220;SMTP Server&#8221;,Authentication  SMTPMailSetup.Authentication::Anonymous,&#8221;User ID&#8221;, Password);<br />
CLEAR(Mail);<br />
IF Result  &#8221; THEN<br />
  ERROR(Text003,Result);</p>
<p>In the newer versions it also requires a parameter for the port no. to send.</p>
<p>So you need a version 5 codeunit to work with the old SMTP mail, and 2009 with the hotfix in to work with the new SMTP.</p>
<p>Let me know if this solves it, or i can post the codeunits in the download section too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://gotcal.com/index.php/2010/06/smtp-mail-functionality-in-pre-dynamics-nav-5-version/comment-page-1/#comment-1675</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 15 Feb 2011 21:16:42 +0000</pubDate>
		<guid isPermaLink="false">http://gotcal.com/?p=390#comment-1675</guid>
		<description>Tried to use this functionality and receive:
Could not invoke the member Send.  The OLE control or Automation server returned an unknown error code.

I&#039;ve tried ion all authentication types with the same result.  Any ideas?</description>
		<content:encoded><![CDATA[<p>Tried to use this functionality and receive:<br />
Could not invoke the member Send.  The OLE control or Automation server returned an unknown error code.</p>
<p>I&#8217;ve tried ion all authentication types with the same result.  Any ideas?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (Requested URI is rejected)
Database Caching 3/15 queries in 0.023 seconds using disk: basic
Object Caching 464/468 objects using disk: basic

Served from: gotcal.com @ 2012-02-04 19:43:31 -->
