Ranthalion / rfidLock

RFID Lock system
2 stars 4 forks source link

setting up some events and listeners to fire email notifications #65

Closed dfirebaugh closed 4 years ago

dfirebaugh commented 4 years ago

It looks like some of the notifications are already going out. I set these up to get triggered when we call an event.

Having some issues setting up the mail integration locally. Can you test this when you get a chance?

We can add another listener on MemberRevoked in webCode/membership/app/Providers/EventServiceProvider.php to actually revoke the membership

... and I guess we will need to add a command to run on schedule in kernel.php

26