Possible fix for server process high CPU usage - mail settings

My server process was regularly consuming 100% of one processor while it was idle.  I had a look at the threads in Process Explorer, grabbed a stack trace from the one that was permanently running, and noticed that there were calls to an SMTP client library in the stack.  Checking the server settings, the email config had only default settings (no mail server specified).  Entering valid SMTP server details seems to have fixed the problem; perhaps others might find this useful.

Hi Stu

Thanks, not sure what is going on there, if there is no server set is shouldn’t be doing anything, we’ll investigate.

Hi Stu,

Thanks for reporting this. We’ve now identified a place where we were attempting to send email messages without valid email publisher details. We will implement a fix this for the next version.