When a user's membership expires, they should be automatically unsubscribed from the csc-general mailing list. This should be done in the /api/members/expire endpoint.
We should also send an email to each expiring member letting them know that their membership has expired, that they have been unsubscribed from csc-general, and that they may renew their membership by following the instructions on our website.
We will also need a new "one-time script" in the one_time_scripts directory which will unsubscribe all members who are already expired from csc-general.
When a user's membership expires, they should be automatically unsubscribed from the csc-general mailing list. This should be done in the `/api/members/expire` endpoint.
We should also send an email to each expiring member letting them know that their membership has expired, that they have been unsubscribed from csc-general, and that they may renew their membership by following the instructions on our website.
We will also need a new "one-time script" in the one_time_scripts directory which will unsubscribe all members who are already expired from csc-general.
When a user's membership expires, they should be automatically unsubscribed from the csc-general mailing list. This should be done in the
/api/members/expire
endpoint.We should also send an email to each expiring member letting them know that their membership has expired, that they have been unsubscribed from csc-general, and that they may renew their membership by following the instructions on our website.
We will also need a new "one-time script" in the one_time_scripts directory which will unsubscribe all members who are already expired from csc-general.
Closed by #53.