Listen for donations from paypal and stripe for charleseisenstein.org and send an email notification. ## deployment ```sh doas make install doas cp extras/openrc/donation-notification /etc/init.d doas rc-update add donation-notification doas rc-service donation-notification start ```