Now open up web.config of your project and change this:
To this:
Next start your site (mine is accelerator.localtest.me) and log in to Litium. Once logged in go to Settings -> Websites -> Websites. Then edit your site and update the Sender email address to an address of your choice.
Save the settings and order something from the accelerator and you will see an order confirmation email show up in Papercut.
By default the site is setup to use InProc mode. This is fine, But every time the site gets restarted the sessiondata will be lost and we loose information about the cart for example. If we change this to StateServer we save some time every time we rebuild the project since the cart will be saved in our StateServer instead.
Open web.config and change this:
To this:
Then start the services app and start the ASP.NET State Service.
If you do not you will get this error:
I hope you find this post valuable. If you click the ad below I get paid by someone else and can continue to publish posts for free. I would appreciate it very much.