HomeHome Product Discus... Product Discus...SmithCartSmithCartEmail format issueEmail format issue
Previous
 
Next
New Post
8/6/2010 6:16 AM
 

I am currently demoing this product and I have run into a problem with the order emails that get sent out. They look terrible. I found the HTML template and made some adjustments but found that the emails are getting sent out ast straight text. Any ideas why? Any thoughts on correcting this?

 
New Post
8/6/2010 8:02 AM
 

I ran a test through the live demo on the Smith Consulting site and it came accross with a nicly formated email. I have no idea what to change to correct this issue on my side.

 
New Post
8/6/2010 10:24 AM
 

Do you have any errors in your dnn event viewer? What version of dnn are you running?

The cart uses the dnn "sendmail" function to send emails. With DNN 5.4 the messaging engine the sendmail function uses to send emails was changed. In this post http://www.dotnetnuke.com/Community/F.... they recommend some web config items you can adjust so dnn doesnt consume too many resources and throw an error. I also read that with dnn 5.4 the sendmail function looks for the existance of <p> tags in the email to determine if its html or not. Try opening the cart "ordertemplate.htm" or the appropriate email template for your cart config and add the <p> </p> in the html and see if that helps.

-Scott


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
8/6/2010 10:42 AM
 

I was just googling the issue and reading more about it and its definitely a bug introduced in dnn 5.3 here is a link to the issue in the dotnetnuke bug tracker http://support.dotnetnuke.com/issue/V...

One possible solution is to install the cart on dnn 5.2 and wait for dotnetnuke to resolve the html emaill issue before upgrading to the latest release of dnn 5.4.x

-Scott


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
8/10/2010 7:34 AM
 

I'm running 5.4.3 and going back to 5.2.x is not a viable option. The last post you referenced states that this issue was verified resolved in 5.4.2? I tried placing <p></p> in the code and that did nothing.

 
New Post
8/10/2010 4:29 PM
 

We are posting the issue in the dnn bugtracker to see if we can get an answer on this. The cart usings the dnn "SendMail" function to send emails which is one line of code so I doubt there is much we can change in that line of code to send emails. Maybe there is something that we can change in the "ordertemplate.htm" which is one of the html templates the cart uses for the order confirmation. Hopefully something in the html that we can change so dnn wont strip out the html. DNN 5.5 is being released soon hopefully they have fixed the bug with html emails but in the meantime we will look for a solution.

-Scott


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
8/11/2010 5:08 AM
 

Scott,

We too are very hopeful you can repair this prior the 5.5 release. I have seen on the bugtracker site that using <p></p> or <html></html> tags is what the new sendmail function is using but I edited your ordertemplate.htm and had no success. I really need this to work yesterday, anything you can do to speed up the resolution will be greatly appreciated.

Thank you,

Tom

 
New Post
8/11/2010 6:54 AM
 

Scott and anyone else interested,

I downloaded the 5.5 beta release of DNN today. Upgraded my "live site" and now the emails for the cart are working flawlessly. I think 5.5 will release the end of next week but the beta is hot and works wonderful.

Tom

 
New Post
8/11/2010 11:35 AM
Accepted Answer 

Thats great news!!! thanks for sharing the info.

-Scott


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartEmail format issueEmail format issue