I made the following change and it seems to work for me.
edit wp-content/plugins/wp-responder-email-autoresponder-and-newsletter-plugin/helpers/routing.php
change line 156 from:
include “preview_email.php”;
to:
include WPR_DIR.”/preview_email.php”;
Is there a solution to this problem?