I have been testing the store out, trying to test with authorize.net account...
getting the following error:
ExceptionGUID: 64f04166-da30-4538-83e8-cd07819084b3
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
InnerException: The parameter 'from' cannot be an empty string. Parameter name: from
Message: DotNetNuke.Services.Exceptions.PageLoadException: The parameter 'from' cannot be an empty string. Parameter name: from ---> System.ArgumentException: The parameter 'from' cannot be an empty string. Parameter name: from at System.Net.Mail.MailMessage..ctor(String from, String to) at DotNetNuke.Services.Mail.Mail.SendMail(String MailFrom, String MailTo, String Cc, String Bcc, MailPriority Priority, String Subject, MailFormat BodyFormat, Encoding BodyEncoding, String Body, String Attachment, String SMTPServer, String SMTPAuthentication, String SMTPUsername, String SMTPPassword) at DotNetNuke.Services.Mail.Mail.SendMail(String MailFrom, String MailTo, String Bcc, String Subject, String Body, String Attachment, String BodyType, String SMTPServer, String SMTPAuthentication, String SMTPUsername, String SMTPPassword) at DotNetNuke.Common.Globals.SendNotification(String MailFrom, String MailTo, String Bcc, String Subject, String Body) at DotNetNuke.Modules.Store.Cart.PaymentControlBase.generateOrderConfirmation() at DotNetNuke.Modules.Store.Cart.PaymentControlBase.invokePaymentSucceeded() at DotNetNuke.Modules.Store.Cart.AuthNetCheckout.btnProcess_Click(Object sender, EventArgs e) at System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) at System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) at System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
Which 'FROM' am I missing???
I have checked the email's for the various accounts and they are all valid.
Thanks,
Chas