Dear ckerns,
Yes, it is possible.
step 1: open file "CuteLiveSupport\Web\CuteChatMail.config"
step 2:
gmail example:
<settings>
<add key="DefaultMailAddress" value="LiveSupport<
[email protected]>" />
<add key="SmtpServer" value="smtp.gmail.com" />
<add key="SmtpUsername" value="gmailaccount" />
<add key="SmtpPassword" value="gmailpassword" />
<add key="SmtpUseSSL" value="true" />
<add key="SmtpServerPort" value="465" />
</settings>
If you use other mail server, you only need change these setting section, it also works.
Thank you for asking