For those who would like to get emails when I post to this site, you can now sign up for email notification.
This uses the WordPress Email Notification Plugin as a starting point. With a bit of tweaking, I was able to apply my site theme to the pages used in signing up for email. The key is to load the WordPress functions; assuming you installed maillist/index.php in your WordPress directory:
include ("../wp-blog-header.php");
Then you can call get_header(), etc. in maillist/index.php to apply your theme. A few paths through the code exit immediately, so closing markup required reworking that logic. You can download maillist/index.php if you need these changes.


