Subscribed accounts are supposed to receive email notifications when new textiles are published, but this requires that site admins can update the db via an admin console web page so that textile INSERTs trigger the email delivery.
EDIT: I can temporarily get around the lack of an admin page by simply drafting an email manually each time I publish a new textile, for all subscribed users. I can see the subscribed users list with a direct SQL query.
Subscribed accounts are supposed to receive email notifications when new textiles are published, but this requires that site admins can update the db via an admin console web page so that textile
INSERT
s trigger the email delivery.EDIT: I can temporarily get around the lack of an admin page by simply drafting an email manually each time I publish a new textile, for all subscribed users. I can see the subscribed users list with a direct SQL query.