I have the plugin half-way working. I can submit a post with only text, (haven't tried a large amount, just a few lines). It appears in the admin, but there's no email about it, I would never know it was there unless I checked for it.
For some reason, no attachments are in the admin or on the frontend at all, so those images are not even being uploaded.
<?php if (has_post_thumbnail()) {
the_post_thumbnail(); }
post_attachments(); the_content(__('read more »', 'default')); ?>
Has anyone gotten this plugin to work? I'm running out of other options :(