Drupal EventNotification

This module checks every day all event for notication xml tags. If found and the notication flag is not passed yet, a notication email is send.

Key features
– Enable email notification for upcoming events.
– CSV event bulkload support (Event template is filled with CSV data)
– Drupal 5.X compliant

event tag format
</event_notification email=test@test.com >
or memberId of addressbook module
</event_notification email=204 >

email tag content destination email address
period tag contants time in hours before email notifcation is send

Note: Crontab must run every hour.
Event mail check is only executed ones a day between 00:00 and 00:59 localtime

Requirements

This module requires Drupal 5.x.

Installation

1. Copy the event_notificator folder and its contents to the Drupal modules/ directory.
Drupal should automatically detect it and create nessary database queries.
2. Go to ‘administer -> modules’ and enable the event_notificator module
3. Configure the module
http://!your URL!/admin/settings/event_notification
4. Optional: To upload a bulk events use the following link.
http://!your URL!/event_notification

Release Notes

Click here to see the release notes

Downloads

Drupal 5.x version

  event_notification-v5.x.zip (7.6 KiB, 1,855 hits)

Source Code

Click here to checkout the source code.

OpenHub Project Statistics

Disclaimer

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Leave a Reply

Your email address will not be published. Required fields are marked *