I hope someone can give me a little help with the nice module notifications (thanks for making it!).
I have CMSms 1.11.4 and Notifications 1.1.
I read all the help for the module, watched the movie, searched and read all the threads in the forum – and didn't get it to work.
I have NewsletterMadeSimple and I would like t send an email notification to my customer whenever a new subscriber registers. The email should contain the subscribers name and email address.
In Notifications I chose OnNewUser as event. This event has the parameters email, username, lists.
I tried to enter code like this into the html mail and into the plain text mail:
Code: Select all
{$eventparams.email}
{$eventparams.username}Code: Select all
{$eventparams->email}
{$eventparams->username}I also tried to show available parameters with
Code: Select all
{$eventparams|print_r}Code: Select all
{$eventparams.content->Show()}In the forum I read about a bit more advanced programming but without help I can't get it to work.
I am really very thankful if somebody could give me a hint or push me in the right direction.
Thanks for helping
Reinhard

