Re: Offline -- send user an email message that their feedback has been received

  •  04-12-2011, 12:40 PM

    Re: Offline -- send user an email message that their feedback has been received

    Dear ckerns,
     
    Yes, it is possible.
     

    step 1:  open file "CuteLiveSupport\Web\CuteChatMail.config"

    step 2:

    gmail example:

    <settings>
     <add key="DefaultMailAddress" value="LiveSupport&lt;[email protected]&gt;" />
     <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
View Complete Thread