<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>ProductCart Shopping Cart Software Forums : Email Settings - remote smtp server</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Getting Started : Email Settings - remote smtp server]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 11 Apr 2026 03:03:23 +0000</pubDate>
  <lastBuildDate>Tue, 22 Feb 2011 16:32:12 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forum.productcart.com/RSS_post_feed.asp?TID=4328</WebWizForums:feedURL>
  <image>
   <title><![CDATA[ProductCart Shopping Cart Software Forums]]></title>
   <url>https://forum.productcart.com/forum_images/pc_logo_50.png</url>
   <link>https://forum.productcart.com/</link>
  </image>
  <item>
   <title><![CDATA[Email Settings - remote smtp server : Our company is using Microsoft&amp;#039;s...]]></title>
   <link>https://forum.productcart.com/email-settings-remote-smtp-server_topic4328_post16868.html#16868</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2185">RaymondC</a><br /><strong>Subject:</strong> 4328<br /><strong>Posted:</strong> 22-February-2011 at 4:32pm<br /><br /><P>Our company is using Microsoft's Exchange Online service as our email provider and I am unable to get ProductCart to send email through them.</P><DIV>According to this Microsoft article: <a href="http://blogs.technet.com/b/ms&#111;nline/archive/2009/09/02/using-smtp-relay-with-exchange-&#111;nline.aspx" target="_blank"><U><FONT color=#800080>http://blogs.technet.com/b/msonline/archive/2009/09/02/using-smtp-relay-with-exchange-online.aspx</FONT></U></A>&nbsp;and this one: <a href="http://www.microsoft.com/&#111;nline/help/en-us/helphowto/be25e53b-c841-45aa-8bc5-a035e466d543.htm" target="_blank"><U><FONT color=#800080>http://www.microsoft.com/online/help/en-us/helphowto/be25e53b-c841-45aa-8bc5-a035e466d543.htm</FONT></U></A>&nbsp;they do support email relay.</DIV><DIV>&nbsp;</DIV><DIV>I created a standalone VBScript that is essentially the same as what ProductCart uses in the "sendmail.asp" file.&nbsp; I tested the script with my gmail account—which like Microsoft, requires smtp authentication and TLS encryption—and it works perfectly.&nbsp; It will not work with Microsoft's Exchange&nbsp;Online!</DIV><DIV>&nbsp;</DIV><DIV>I am working with MS's tech support on this but they haven't come up with anything yet so I thought maybe someone here might have a suggestion.</DIV><DIV>&nbsp;</DIV><DIV>Thanks.</DIV><DIV>&nbsp;</DIV><DIV>Ray</DIV><DIV>&nbsp;</DIV><DIV>______________________</DIV><DIV><P>Dim objEmailMessage</P><P>Set objEmailMessage = CreateObject("CDO.Message")</P><P>objEmailMessage.From = "Sender Email"<BR>objEmailMessage.To = "Recipient Email"<BR>objEmailMessage.Subject = "Test Subject"<BR>objEmailMessage.TextBody = "This is my test email message."</P><P>objEmailMessage.Configuration.Fields.Item("<a href="http://schemas.microsoft.com/cdo/c&#111;nfigurati&#111;n/smtpserver" target="_blank"><FONT color=#0066dd>http://schemas.microsoft.com/cdo/configuration/smtpserver</FONT></A>") = "smtp.mail.microsoftonline.com"<BR>objEmailMessage.Configuration.Fields.Item("<a href="http://schemas.microsoft.com/cdo/c&#111;nfigurati&#111;n/smtpserverport" target="_blank"><FONT color=#0066dd>http://schemas.microsoft.com/cdo/configuration/smtpserverport</FONT></A>") = 587<BR>objEmailMessage.Configuration.Fields.Item("<a href="http://schemas.microsoft.com/cdo/c&#111;nfigurati&#111;n/sendusing" target="_blank"><FONT color=#0066dd>http://schemas.microsoft.com/cdo/configuration/sendusing</FONT></A>") = 2<BR>objEmailMessage.Configuration.Fields.Item("<a href="http://schemas.microsoft.com/cdo/c&#111;nfigurati&#111;n/smtpauthenticate" target="_blank"><FONT color=#0066dd>http://schemas.microsoft.com/cdo/configuration/smtpauthenticate</FONT></A>") = 1<BR>objEmailMessage.Configuration.Fields.Item("<a href="http://schemas.microsoft.com/cdo/c&#111;nfigurati&#111;n/smtpusessl" target="_blank"><FONT color=#0066dd>http://schemas.microsoft.com/cdo/configuration/smtpusessl</FONT></A>") = true<BR>objEmailMessage.Configuration.Fields.Item("<a href="http://schemas.microsoft.com/cdo/c&#111;nfigurati&#111;n/smtpc&#111;nnecti&#111;ntimeout" target="_blank"><FONT color=#0066dd>http://schemas.microsoft.com/cdo/configuration/smtpconnectiontimeout</FONT></A>") = 20<BR>objEmailMessage.Configuration.Fields.Item("<a href="http://schemas.microsoft.com/cdo/c&#111;nfigurati&#111;n/sendusername" target="_blank"><FONT color=#0066dd>http://schemas.microsoft.com/cdo/configuration/sendusername</FONT></A>") =&nbsp;"Valid&nbsp;MS Online&nbsp;Email Account"<BR>objEmailMessage.Configuration.Fields.Item("<a href="http://schemas.microsoft.com/cdo/c&#111;nfigurati&#111;n/sendpassword" target="_blank"><FONT color=#0066dd>http://schemas.microsoft.com/cdo/configuration/sendpassword</FONT></A>") = "Password"</P><P>objEmailMessage.Configuration.Fields.Update</P><P>objEmailMessage.Send</P><P>Set objEmailMessage = nothing</P><P>MsgBox "Done."</P></DIV><span style="font-size:10px"><br /><br />Edited by RaymondC - 22-February-2011 at 4:34pm</span>]]>
   </description>
   <pubDate>Tue, 22 Feb 2011 16:32:12 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/email-settings-remote-smtp-server_topic4328_post16868.html#16868</guid>
  </item> 
 </channel>
</rss>