Hi. I´m looking for a way to send an email to the site admin every time a new member subscribes to the newsletter. Is it possible? thanks.
Send email to admin when a new user subscribes
(5 posts) (3 voices)-
Posted 2 years ago #
-
Open file alo-easymail_functions.php and after line 242 (in v.1.8.7):
$output = "OK"; //return true;add something like following line:
@wp_mail( get_option('admin_email'), "New subscriber", "There is a new subscriber: " . $email);Posted 2 years ago # -
Hi,
I'm using version 2.4.9, but can't find "$output = "OK"; //return true;".
Could you update the answer? Thanks.
Posted 11 months ago # -
You are in v.1 forum.
The v.2 comes with some hooks to develop own notifications.
Here you are a guide and a sample:
http://www.eventualo.net/blog/easymail-newsletter-for-developers/#tutorial-notifynewsub
Then please use the v.2 forum.Posted 11 months ago # -
Great. Yes, that works.
Thanks.Posted 11 months ago #
Reply
You must log in to post.