SMS/Email appointment notification

drbosman wrote on Monday, March 24, 2008:

SMS and email appointment notification is now part of the OpenEMR CVS. We have tested it with www.tm4b.com; Clickatell is also supported (but has not been tested). We will add a short howto to the oemr.org wiki.

xdale wrote on Saturday, March 29, 2008:

When can we expect a How-To install this module?

lemonsoftwarero wrote on Wednesday, April 02, 2008:

You can find something about it on the wiki:
http://www.oemr.org/modules/wiwimod/index.php?page=SmsEmailNotificationHowtos&back=WiwiHome

penguin8r wrote on Wednesday, April 02, 2008:

OK, the variable declarations the wiki talks about are not in globals.php, as of the CVS I pulled yesterday.  No big deal, just add them.  However, the wiki also mentions something about a cron job that needs to run.  What cron job is this talking about?  Is it supposed to be somewhere in the CVS?

Thanks!

lemonsoftwarero wrote on Thursday, April 03, 2008:

Example for cron

* */1   * * * /var/www/html/openemr/modules/sms_email_reminder/cron_sms_notification.php

The globals.php was updated with variables. Thanks.