#------------------------------------------------------#
# INFO                                                 #
#------------------------------------------------------#
# Title: E-Mail Notification                           #
# Author: Brian Groce (http://briangroce.com)          #
# Date: July 30, 2004                                  #
# Version: 1.5                                         #
#                                                      #
# Note: This was created for and tested in             #
#       Word Press v 1.2                               #
#------------------------------------------------------#

#------------------------------------------------------#
# WEB SITE                                             #
#------------------------------------------------------#
Word Press Email Notification Plugin
http://www.briangroce.com/software/wp-email-notification.html Installation Instructions Upgrade Instructions Go to the website for the latest information. #------------------------------------------------------# # FILES # #------------------------------------------------------# Files Included In Email Notification v1.5 docs/install.txt docs/readme.html docs/upgrade.txt maillist/.htaccess maillist/index.php sql/wp-email-list.sql wordpress/index_example.php wordpress/wp-content/plugins/email-notification-v1.5.php #------------------------------------------------------# # REQUIREMENTS # #------------------------------------------------------# PHP4 (haven't tested on PHP5) MySQL Word Press v1.2+ (this will not work on older versions) Apache Web Server #------------------------------------------------------# # NOTES # #------------------------------------------------------# 1. This was installed and tested on LAMP (Linux/Apache/MySQL/PHP4) If you're using a setup other than the above, please document any changes you had to make and send them to me. ------------------------------------------------------- 2. What are "nice URL's"? Nice URL's are used to send variables via URL in a manner that looks...nice. In order to use this you need to have mod_rewrite installed on your server and setup an .htaccess file with the rules. If you're not on an Apache server this probably isn't an option for you. ------------------------------------------------------- 3. For some reason Yahoo! blocks messages sent as SPAM and I'd guess other hosts may as well. Here's a Yahoo! FAQ I was sent: http://help.yahoo.com/help/us/mail/read/read-01.html ------------------------------------------------------- 4. URL for E-Mail Notification 1.5 http://www.briangroce.com/archives/2004/07/word-press-email-notification-plugin-v15 -------------------------------------------------------