• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Edit
Show / Hide Table of Contents

Configuration of CM NetServer SMS Plugin

Some tooltip text!
• 1 minute to read
 • 1 minute to read

This document describes how to set up the CM NetServer SMS plugin to use in Customer Service. You need to set up an account with CM to get a username and password to connect to their service.

Outgoing SMS Configuration from SuperOffice 8.0 SR3

Go to System - SMS inside the Service client or Mailings - Settings inside Sales & Marketing client. Choose CM in the list of available modules

In the Plugin configuration you add:

cm_serviceId =
cm_username = cm_password =

x -screenshot

Note - do not include the brackets.

Outgoing SMS Configuration in SR2 or earlier

The file SupeOffice.Messaging.CM.dll must be copied manually to the NetServer library folder (bin folder). Click to download version 8.0 SR2.

Web.config settings

Under configuration, add and replace username and password with the information you have from CM:

<appSettings>
  <add key="cm_serviceUrl" value="http://smsgateway02.cm.nl/cm/gateway.ashx" />
  <add key="cm_serviceId" value="[Customer Id]" />
  <add key="cm_username" value="[Username]" />
  <add key="cm_password" value="[Password]" />
</appSettings>

Under configuration -> SuperOffice -> Factory -> DynamicLoad add:

<add key="SuperOffice.Messaging.CM" value="SuperOffice.Messaging.CM.dll" />
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top