Automate Member Notifications
Hi everyone,
We need to tell our members about our Annual General Meeting and the associated Election on a pre-defined schedule. I would like to automate this so that there is no chance of human error.
Notifications need to be sent by email to all members, as well as by a blog post. What do you think is the best way to achieve this?
So far, I have a python script that generates all the required trigger datetimes. I intend to put this on a server to trigger the notifications. I currently have two main questions; how can one...
- ...publish to a specific blog programmatically?
- ...email all members?
Thanks!
James