same question here!
nice tool, but I need to know when someone subscribes (without checking every day :))
Thanks!
Same question here too. It would really be helpful to have some notification of new subscribers. Is that something that you’re looking in to?
Thanks.
Hi – probably a bit late for y’all, but for the sake of posterity,
I just hard-coded this in by adding the line:
mail(“[email protected]”,”e-mail subject line”,”$name at $email has asked to be added to the Mailing List.\n\nThis is an automatically generated message.”);
right after the line:
$wpdb->query(“insert into “.$wpdb->prefix.”sml (sml_name, sml_email) values (‘”.$wpdb->escape($name).”‘, ‘”.$wpdb->escape($email).”‘)”);
near the end of the sml.php page – it should be within the if statement brackets.
So glad I found this post! I got lucky because I hadn’t looked at this site in a while and they just asked me for this capability this week. Hooray for zemerica!