for some reason, $HTTP_POST_VARS['action'] doesn't seem always to work (a colleague and I both had this problem this morning whilst it worked fine yesterday :cross-eyed: )
To solve this:
in email.php, change line 15 from "if ($HTTP_POST_VARS['action']=="dosendmail") {"
to simply "if ($action=="dosendmail") {"
Now the question is, why doesn't $HTTP_POST_VARS work today when it worked yesterday and the day before that???? Very odd!
Also enclosed is a new manage.php file which allows those with newsletter admin priveleges to subscribe all users to a newsletter. Whilst this feature could be useful in some situations, remember SPAM IS BAD! You should also tell users how to unsubscribe from the list again if you choose to use this feature.
|