an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > Using DotShoppingCart > The "Tell a Friend" button" at P...
Last Post 1/8/2008 12:56:03 PM By lukezy. 2 replies.
1/8/2008 9:07:14 AM
robin
Posts: 19
Joined: 4/23/2008
The "Tell a Friend" button" at Product detail page not function

hello,

At Product detail page ,There are some function button, such as Tell a Friend,Ask Question,Update Alert,

Ask Question and Update Alert is ok,but the Tell a Friend can not function.

 

below is The error Infomation :

1/8/2008 9:15:09 AM
robin
Posts: 19
Joined: 4/23/2008
Re: The "Tell a Friend" button" at Product detail page not function
<table> <tbody> <tr> <td class="FormSectionText">From:</td> <td> </td> <td class="FormSectionValue"><span id="ctl00_ContentPlaceHolderMain_lblFrom">li feng (thinkrich.cn@gmail.com)</span> <input id="ctl00_ContentPlaceHolderMain_hidName" type="hidden" name="ctl00$ContentPlaceHolderMain$hidName" value="li feng" /> <input id="ctl00_ContentPlaceHolderMain_hidFrom" type="hidden" name="ctl00$ContentPlaceHolderMain$hidFrom" value="thinkrich.cn@gmail.com" /></td> </tr> <tr> <td class="FormSectionText">To:</td> <td>*</td> <td class="FormSectionValue"><input id="ctl00_ContentPlaceHolderMain_etbEmail_txtEmail" style="width: 300px" name="ctl00$ContentPlaceHolderMain$etbEmail$txtEmail" value="lifeng0806@163.com" type="text" /> <span id="ctl00_ContentPlaceHolderMain_etbEmail_rfvEmail" style="visibility: hidden; color: red" controltovalidate="ctl00_ContentPlaceHolderMain_etbEmail_txtEmail" errormessage="Email Address is required field." initialvalue="" isvalid="true" validationgroup="tellFriend">*</span> <span id="ctl00_ContentPlaceHolderMain_etbEmail_revEmail" style="visibility: hidden; color: red" controltovalidate="ctl00_ContentPlaceHolderMain_etbEmail_txtEmail" errormessage="Wrong email format" isvalid="true" validationexpression=".+@.+\..+" validationgroup="tellFriend">*</span></td> </tr> <tr> <td class="FormSectionText">Message:
(1,000 characters max)</td> <td> </td> <td class="FormSectionValue"><textarea id="ctl00_ContentPlaceHolderMain_txtMessage" style="width: 600px" rows="10" name="ctl00$ContentPlaceHolderMain$txtMessage">Hello, I found this item and thought you might find it of interest.</textarea></td> </tr> </tbody> </table> <div style="text-align: center">  <p style="margin-top: 10px; text-align: right"><input id="ctl00_ContentPlaceHolderMain_btnSubmit" type="submit" onclick=" WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(&amp;apos;amp;apos;quot;ctl00$ContentPlaceHolderMain$btnSubmit&amp;apos;amp;apos;quot;, &amp;apos;amp;apos;quot;&amp;apos;amp;apos;quot;, true, &amp;apos;amp;apos;quot;tellFriend&amp;apos;amp;apos;quot;, &amp;apos;amp;apos;quot;&amp;apos;amp;apos;quot;, false, false))" name="ctl00$ContentPlaceHolderMain$btnSubmit" value="Submit" />

<p style="margin-top: 10px; text-align: right"> <table style="width: 718px; height: 183px" cellspacing="1" cellpadding="1" width="718" align="left" border="1"> <tbody> <tr> <td> <h2 style="margin-top: 10px; text-align: right" align="left">Mailbox unavailable. The server response was: <lifeng0806@163.com> No such user here <p style="margin-top: 10px; text-align: right" align="left">Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Net.Mail.SmtpFailedRecipientException: Mailbox unavailable. The server response was: <lifeng0806@163.com> No such user here

Source Error:

</td> </tr> </tbody> </table>

1/8/2008 12:56:03 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: The "Tell a Friend" button" at Product detail page not function

Doesn't the error message say the reason clearly?

DotShoppingCart Staff