Hi! I've just found your wonderful script and I'd like to report you some errors/bugs I found testing:
*) The "?>" tag is
missing at the end of
paginator.class.php!
*) As already reported by
bradlis7, it would be good to change all the "<?" and "<?=" tag, adding the missing "php" or "php echo ".
*) When sending email to the newsletter owner only, the sender email address changes to
_www@hostnameWhen will v2.0 be released?
Thanks!!
EDIT: i've also faced the famous "\r\n" problem... I've solved it by commenting these lines in the
send.php:
- Code: Select all
// $message = mysql_real_escape_string($message);
// $subject = mysql_real_escape_string($subject);
EDIT2: when previewing a long message in a small screen (mine currently is 1366x768, so it's not so small, but..), the "Click to close" button becomes unreachable, as the page continues to scroll down..
