X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   How do I disable staff newsletter notifications? (https://forum.x-cart.com/showthread.php?t=4789)

PhilJ 10-15-2003 12:50 PM

How do I disable staff newsletter notifications?
 
Anyone know how I can stop the newsletter notifications that go to the staff? (not the ones that go to the customer) I'm using v3.4.x

Looked around but can't find anything

Thanks,
PhilJ

B00MER 10-19-2003 12:34 PM

edit mail/subscribe.php:

Code:

#
# Send mail notification to customer
#
                $mail_smarty->assign("email",$email);

            func_send_mail($email, "mail/newsletter_subscribe_subj.tpl", "mail/newsletter_subscribe.tpl", $config["Company"]["newsletter_email"], false);
#
# Send mail notification to admin
#
        func_send_mail($config["Company"]["newsletter_email"], "mail/newsletter_admin_subj.tpl", "mail/newsletter_admin.tpl", $email, true);



All times are GMT -8. The time now is 08:50 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.