1. If your installation of WordPress isn’t located at:
yoursite.com/your-wordpress-directory/
And the maillist directory isn’t located at:
yoursite.com/maillist/
You *WILL* need modify the code to match your server settings
In: yoursite.com/your-wordpress-directory/wp-content/plugins/wp-email-notification/index.php
a. Line 19 *WILL* need to be updated…
line 19: include (“$DOCUMENT_ROOT/maillist/wpemn_config.php”);
b. If your maillist directory is located in your wordpress directory,
you can use this instead of line 19
line 22: include (ABSPATH.”/maillist/wpemn_config.php”);