Have installed the 2.0.5 version on ZC 1.3.5. This is exactly what I was looking for. Thanks for this great mod.
Everything seems to be working just fine except that I'm not receiving noifications of newsletter-only subscriptions although I have set:
Send Notice of Newsletter-only Subscriptions To - Status 1
Send Notice of Newsletter-only Subscriptions To 'valid email address'
Gone through this thread and found some patches but they seem outdated to me using ZC1.3.5 and NOS2.0.5. I have been carefull editing core files so I might have missed out on something.
Found the following lines at the bottom of includes/modules/pages/subscribe/header_php.php:
if(defined('NEWSONLY_SUBSCRIPTION_CC_STATUS') &&
defined('NEWSONLY_SUBSCRIPTION_CC') &&
(NEWSONLY_SUBSCRIPTION_CC_STATUS == 1) &&
(strlen(NEWSONLY_SUBSCRIPTION_CC) > 4)) {
// send email to notify store owner of new subscriber
$email_text = 'A Newsletter-Only Subscriber using the address ' . $email_address . "\n" .
'was added on ' . strftime(DATE_FORMAT_LONG) . '.';
mail(EMAIL_FROM, 'Subscriber Notification', $email_text, "From: ".STORE_NAME."\r\nReply-to: ".EMAIL_FROM."\r\n");
Looks fine to me but the notification messages are not delivered to my inbox.
Any pointers on what I might have done wrong?
Bookmarks