<?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 : Problem editing the customer registration email.</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Customizing ProductCart : Problem editing the customer registration email.]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 13 Apr 2026 02:38:39 +0000</pubDate>
  <lastBuildDate>Sat, 27 Dec 2008 10:31:42 +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=2282</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[Problem editing the customer registration email. : Ask EI for an updated version...]]></title>
   <link>https://forum.productcart.com/problem-editing-the-customer-registration-email_topic2282_post7992.html#7992</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=290">Greg Dinger</a><br /><strong>Subject:</strong> 2282<br /><strong>Posted:</strong> 27-December-2008 at 10:31am<br /><br /><P>Ask EI for an updated version of your script.&nbsp; I'm looking at a 3.5 version of the code and it does appear to support HTML mode.</P>]]>
   </description>
   <pubDate>Sat, 27 Dec 2008 10:31:42 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/problem-editing-the-customer-registration-email_topic2282_post7992.html#7992</guid>
  </item> 
  <item>
   <title><![CDATA[Problem editing the customer registration email. : All the email components have...]]></title>
   <link>https://forum.productcart.com/problem-editing-the-customer-registration-email_topic2282_post7991.html#7991</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1282">JWL</a><br /><strong>Subject:</strong> 2282<br /><strong>Posted:</strong> 27-December-2008 at 10:11am<br /><br />All the email components have a line like that "session("News_MsgType")="1" except the If CDO section.<br><br>if scEmailComObj="CDO" then<br>&nbsp;&nbsp;&nbsp; 'on error resume next %&gt;<br>&nbsp;&nbsp;&nbsp; &lt;!--METADATA TYPE="typelib" UUID="CD000000-8B95-11D1-82DB-00C04FB1625D" NAME="CDO for Windows Library" --&gt;<br>&nbsp;&nbsp;&nbsp; &lt;!--METADATA TYPE="typelib" UUID="00000205-0000-0010-8000-00AA006D2EA4" NAME="ADODB Type Library" --&gt; <br>&nbsp;&nbsp;&nbsp; &lt;% <br>&nbsp;&nbsp;&nbsp; Const cdoSendUsingPort = 2<br>&nbsp;&nbsp;&nbsp; Set objMail = Server.CreateObject("CDO.Message") <br>&nbsp;&nbsp;&nbsp; Set iConf = Server.CreateObject("CDO.Configuration")<br>&nbsp;&nbsp;&nbsp; Set Flds = iConf.Fields <br>&nbsp;&nbsp;&nbsp; With Flds <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; .Item(cdoSendUsingMethod) = cdoSendUsingPort <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if scSMTP&lt;&gt;"" then<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; .Item(cdoSMTPServer) = scSMTP<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; else<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; .Item(cdoSMTPServer) = "mail-fwd"<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; end if <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; .Item(cdoSMTPServerPort) = 25 <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; .Item(cdoSMTPconnectiontimeout) = 10 <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'Only used if SMTP server requires Authentication<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if scSMTPAuthentication="Y" then<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; .Item(cdoSMTPAuthenticate) = cdoBasic <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; .Item(cdoSendUserName) = scSMTPUID<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; .Item(cdoSendPassword) = scSMTPPWD<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; end if<br>]]>
   </description>
   <pubDate>Sat, 27 Dec 2008 10:11:54 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/problem-editing-the-customer-registration-email_topic2282_post7991.html#7991</guid>
  </item> 
  <item>
   <title><![CDATA[Problem editing the customer registration email. : At the beginning of /includes/sendmail.asp,...]]></title>
   <link>https://forum.productcart.com/problem-editing-the-customer-registration-email_topic2282_post7985.html#7985</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=290">Greg Dinger</a><br /><strong>Subject:</strong> 2282<br /><strong>Posted:</strong> 26-December-2008 at 8:46pm<br /><br /><DIV>At the beginning of /includes/sendmail.asp, you will see this statement.</DIV><DIV>if session("News_MsgType")="1" Then</DIV><DIV>&nbsp;</DIV><DIV>That is the indicator that designates the need for an HTML e-mail to be issued.</DIV><DIV>&nbsp;</DIV><DIV>You may find it wise to capture the value of that setting before&nbsp;you force a value into it, then restore the value after using it, in order to prevent having adverse affects elsewhere.</DIV><DIV>&nbsp;</DIV><DIV>So, something like this:</DIV><DIV>dim saveMsgTyle</DIV><DIV>saveMsgType = session("News_MsgType")</DIV><DIV>session("News_MsgType")="1" </DIV><DIV>call sendmail (parameters here)</DIV><DIV><DIV>session("News_MsgType")=saveMsgType </DIV><DIV>&nbsp;</DIV><DIV>Hope that helps.</DIV></DIV>]]>
   </description>
   <pubDate>Fri, 26 Dec 2008 20:46:57 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/problem-editing-the-customer-registration-email_topic2282_post7985.html#7985</guid>
  </item> 
  <item>
   <title><![CDATA[Problem editing the customer registration email. :  I think the CPO is the only...]]></title>
   <link>https://forum.productcart.com/problem-editing-the-customer-registration-email_topic2282_post7984.html#7984</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1282">JWL</a><br /><strong>Subject:</strong> 2282<br /><strong>Posted:</strong> 26-December-2008 at 7:38pm<br /><br />I think the CPO is the only one I could get to work with godaddy smtp... how do you change the html/text setting in the sendemail.asp.<span style="font-size:10px"><br /><br />Edited by JWL - 26-December-2008 at 7:38pm</span>]]>
   </description>
   <pubDate>Fri, 26 Dec 2008 19:38:40 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/problem-editing-the-customer-registration-email_topic2282_post7984.html#7984</guid>
  </item> 
  <item>
   <title><![CDATA[Problem editing the customer registration email. : In settings, email settings, see: Select...]]></title>
   <link>https://forum.productcart.com/problem-editing-the-customer-registration-email_topic2282_post7981.html#7981</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=290">Greg Dinger</a><br /><strong>Subject:</strong> 2282<br /><strong>Posted:</strong> 26-December-2008 at 6:19pm<br /><br />In settings, email settings, see:<DIV><FONT color=#000000>Select a Component</FONT></DIV>]]>
   </description>
   <pubDate>Fri, 26 Dec 2008 18:19:54 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/problem-editing-the-customer-registration-email_topic2282_post7981.html#7981</guid>
  </item> 
  <item>
   <title><![CDATA[Problem editing the customer registration email. : I don&amp;#039;t know what you mean...]]></title>
   <link>https://forum.productcart.com/problem-editing-the-customer-registration-email_topic2282_post7979.html#7979</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1282">JWL</a><br /><strong>Subject:</strong> 2282<br /><strong>Posted:</strong> 26-December-2008 at 5:54pm<br /><br />I don't know what you mean by components.]]>
   </description>
   <pubDate>Fri, 26 Dec 2008 17:54:08 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/problem-editing-the-customer-registration-email_topic2282_post7979.html#7979</guid>
  </item> 
  <item>
   <title><![CDATA[Problem editing the customer registration email. : Some mail components may not like...]]></title>
   <link>https://forum.productcart.com/problem-editing-the-customer-registration-email_topic2282_post7977.html#7977</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=290">Greg Dinger</a><br /><strong>Subject:</strong> 2282<br /><strong>Posted:</strong> 26-December-2008 at 1:22pm<br /><br />Some mail components may not like HTML emails.&nbsp; When I install my HTML Drop Ship&nbsp;PO mod, I occasionally have to run tests until I find a mail component that will produce the correct results.<DIV>&nbsp;</DIV><DIV>Try changing to another component and you may be successful with that.</DIV>]]>
   </description>
   <pubDate>Fri, 26 Dec 2008 13:22:09 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/problem-editing-the-customer-registration-email_topic2282_post7977.html#7977</guid>
  </item> 
  <item>
   <title><![CDATA[Problem editing the customer registration email. :   &amp;#034;Also, remember that...]]></title>
   <link>https://forum.productcart.com/problem-editing-the-customer-registration-email_topic2282_post7976.html#7976</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1282">JWL</a><br /><strong>Subject:</strong> 2282<br /><strong>Posted:</strong> 26-December-2008 at 1:16pm<br /><br />"Also, remember that if the e-mail is sent as text, the HTML will not beparsed. E-mails in ProductCart are normally sent as text, unless youedit "sendmail.asp" to force HTML in all cases."<br><br>Yea... I got the email to send... but I think there is a character limit to each line, because I moved the &lt;ul&gt; list to the english_storeEmail_21 line, and I don't get the same error as before.<br><br>What code do I change in the sendemail.asp to make the registration emails html instead of plain text.<br><span style="font-size:10px"><br /><br />Edited by JWL - 26-December-2008 at 1:18pm</span>]]>
   </description>
   <pubDate>Fri, 26 Dec 2008 13:16:10 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/problem-editing-the-customer-registration-email_topic2282_post7976.html#7976</guid>
  </item> 
  <item>
   <title><![CDATA[Problem editing the customer registration email. :   You certainly can have HTML...]]></title>
   <link>https://forum.productcart.com/problem-editing-the-customer-registration-email_topic2282_post7975.html#7975</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1">ProductCart</a><br /><strong>Subject:</strong> 2282<br /><strong>Posted:</strong> 26-December-2008 at 1:11pm<br /><br />You certainly can have HTML code in language.asp as long as there are no double quotes or line breaks. In this particular case. make sure that there are no line breaks in your code. The entire Unordered List code must reside on the same line. That is:<br><table width="99%"><tr><td><pre class="BBcode">&lt;ul&gt;&lt;li&gt;My first item list&lt;/li&gt;&lt;li&gt;My second item list&lt;/li&gt;&lt;/ul&gt;</pre></td></tr></table><br>... and <u>not</u>:<br><table width="99%"><tr><td><pre class="BBcode">&lt;ul&gt;<br>&lt;li&gt;My first item list&lt;/li&gt;<br>&lt;li&gt;My second item list&lt;/li&gt;<br>&lt;/ul&gt;</pre></td></tr></table><br>Also, remember that if the e-mail is sent as text, the HTML will not be parsed. E-mails in ProductCart are normally sent as text, unless you edit "sendmail.asp" to force HTML in all cases.<br><span style="font-size:10px"><br /><br />Edited by earlyimp - 26-December-2008 at 1:14pm</span>]]>
   </description>
   <pubDate>Fri, 26 Dec 2008 13:11:58 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/problem-editing-the-customer-registration-email_topic2282_post7975.html#7975</guid>
  </item> 
  <item>
   <title><![CDATA[Problem editing the customer registration email. :   Thanks for the quick replies......]]></title>
   <link>https://forum.productcart.com/problem-editing-the-customer-registration-email_topic2282_post7973.html#7973</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1282">JWL</a><br /><strong>Subject:</strong> 2282<br /><strong>Posted:</strong> 26-December-2008 at 1:00pm<br /><br />Thanks for the quick replies... no, that's the first thing I thought of.&nbsp; I had a list &lt;ul&gt; at the end of this line: <br><pre><font><font face="Verdana, Arial, Helvetica, sans-serif">dictLanguage.Add "english_storeEmail_20"<br><br>I just removed the &lt;ul&gt; list and kept everything else the same... and now the error has went away.  I can't use a list in the email?<br><br>Edit: I put the list text back at the end, except I replaced the &lt;ul&gt;&lt;li&gt; with just line breaks &lt;br&gt; and the error came back.  Is there a character limit or something?<br></font></font></pre><span style="font-size:10px"><br /><br />Edited by JWL - 26-December-2008 at 1:05pm</span>]]>
   </description>
   <pubDate>Fri, 26 Dec 2008 13:00:57 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/problem-editing-the-customer-registration-email_topic2282_post7973.html#7973</guid>
  </item> 
 </channel>
</rss>