So the 'Preview' button works just fine and display the EPiServer page that I want to send, but when I try to send the preview to my e-mail I get the following error:
Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 500
I'd check and re-check the smtp server settings in the EPiServer Mail configuration. Verify that the server can access that server and that the server allows relaying.
I got the same error message and checked the smtp settings - which were correct. But when I checked my smtp server I realized it wasn't running. Starting the smtp server helped a lot
So the 'Preview' button works just fine and display the EPiServer page that I want to send, but when I try to send the preview to my e-mail I get the following error:
Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 500
Anyone got this before?
My trace log tells me nothing.