phan
-
7/7/2006 4:53:56 PM
question in e-commerce
1) I created a Website with e-commerce from cratch . But when I click on button "Order Now", then that error screen appear : Exception Details: System.Runtime.InteropServices.COMException: The server rejected one or more recipient addresses. The server response was: 550 5.7.1 Unable to relay for sadf@sdf.sdf
Source Error:
Line 600: Line 601: // Send e-mail message. Line 602: MailTemplateSender.SendPage( MetadataProvider.GetMetadataPath() + @"\_MailTemplates\OrderConfirmation", ConfigManager.GetStringValue( "COMSalesNotificationFromEmail" ), email, "", ResMan.GetString( "CommerceWizard.EmailOrderConfirmationSubject" ), replacements ); Line 603: } Line 604: 2)When I go to "continue as anomymous client" , I specify informations (name,mail,....) , ... then I go back to shop . Can you tell me, how to save my own information , when I go back to " continue as anomymous client" ????
|