Admin notification email
-
Would like to add subscriber first and last names to the notification email sent to admins. I found the following but cannot figure out where to add it to /wysija-newsletters/helpers/user.php
$model_user = WYSIJA::get(‘user’,’model’);
$subscriber = $model_user->getOne(false,array(’email’ => $email));
echo $subscriber[‘firstname’];echo $subscriber[‘lastname’]Thanks,
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Admin notification email’ is closed to new replies.