How to schedule SMS messages?

Question: Is it possible to send a message for example for the next day?

Answer: Although there is no built in support for scheduling messages in our software it can be achieved the following way:

  1. Setup the file plugin in Ozeki Message Server 6. You can configure the file plugin that will read outgoing messages from the following directory: C:\\tmp\\smsout


  2. Create a directory for future messages: C:\\tmp\\smsfuture


  3. Save your outgoing message in the C:\\tmp\\smsfuture directory.


  4. Use windows task scheduler to copy the outgoing message from C:\\tmp\\smsfuture to C:\\tmp\\smsout whenever it becomes appropriate.


You can read more information about the file plugin at the following URL: http://www.ozeki.hu/index.php?owpn=569

More information