MySMS Events:

Question: What can I do with this events ?

Now it is possible to write a simple plugin wich reacts on a specific MySMS event. It is easy to enhance the component without modifieing it.

For example you want to get an email if a sms is send over your website. For this use case I wrote a simple plugin.

@see http://mysms.joomlacoder.de/browser/trunk/plugins/emailnotify/emailnotify.php

OnSendSms:

This event is triggerd before a sms message is send. If a plugin returns false the complete sending process is stopped. Be carefully !