2 things: I cannot get the email for when all agents are off line to work. and pages does not close after email was sent

Last post 02-22-2010, 2:08 PM by Adam. 2 replies.
Sort Posts: Previous Next
  •  02-19-2010, 8:46 PM 58854

    2 things: I cannot get the email for when all agents are off line to work. and pages does not close after email was sent

    HI -
     
    I am trying to get the email part to work for when all agents are off line.  I am using iis 6.0.  using the local server as the email server.  Emails do come from that server, just not from the live chat screen. Any help would be appreicate it. Also, it says the message was sent successfully, but the window does not close by itselft.  Any way to make that disappear after the email gets sent?
     
    Thanks!!! 
  •  02-19-2010, 8:50 PM 58855 in reply to 58854

    Re: 2 things: I cannot get the email for when all agents are off line to work. and pages does not close after email was sent

    Here's what my config says:

    <settings>
     <add key="DefaultMailAddress" value="ppearsall@stnr.com" />
     <add key="SmtpServer" value="localhost" />

    </settings>

  •  02-22-2010, 2:08 PM 58904 in reply to 58854

    Re: 2 things: I cannot get the email for when all agents are off line to work. and pages does not close after email was sent

    holtpm:
    HI -
     
    I am trying to get the email part to work for when all agents are off line.  I am using iis 6.0.  using the local server as the email server.  Emails do come from that server, just not from the live chat screen. Any help would be appreicate it. Also, it says the message was sent successfully, but the window does not close by itselft.  Any way to make that disappear after the email gets sent?
     
    Thanks!!! 
     
    Please open CuteSoft_Client\CuteChat\SupportFeedback.aspx and change the following code:
     
    <script>
       alert("Message sent! We will respond as soon as possible.");
      </script>
     
    to:
     
    <script>
       alert("Message sent! We will respond as soon as possible.");
       window.close();
      </script>

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML