
Bianca | lacapitanamariana [at] gmail [dot] com | 30.09.2019 | 13:23 Uhr
Marilyn Manson - Rock is Dead
Holger | holger [at] sirup [dot] info | 08.03.2019 | 13:24 Uhr
Siouxie and the Banshees - Peek-A-Boo
class NotificationUtil { public static function sendNotification($object) { return NotificationUtil::sendNotificationInternal($object, 'nw-aktive@lists.rapidnetworks.de'); } public static function sendDJNotification($object) { return NotificationUtil::sendNotificationInternal($object, 'nw-djs@lists.rapidnetworks.de'); } public static function sendNotificationInternal($object, $to) { $notification = $object->getNotification(); $subject = $notification['subject']; $message = $notification['message']; @mail($to, $subject, $message); } } ?>