codefog / contao-events_subscriptions

Contao extension that allows members of your website to subscribe to the events
MIT License
10 stars 5 forks source link

New option "send notification" manually is ignoring member data? #88

Closed Kahmoon closed 2 years ago

Kahmoon commented 2 years ago

Hi Kamil,

i tried the new option so send notifications manually to all subscribers for the first time. Here i copied another notification (event-subscribe) which uses the variables ##member_firstname## without problems.

For example unsubscription:

SCR-20220913-dru

When i use the manual send option "event notification", this variable is not filled with memberdata.

SCR-20220913-dq6

SCR-20220913-dsw

Anything i did wrong here or is it a bug?

greetings Frank

qzminski commented 2 years ago

Just to be sure: the recipient of this notification is a member?

qzminski commented 2 years ago

Moreover, are you sure the member still exists?

Kahmoon commented 2 years ago

Yes, all of the receipients are active members. They all received ##member_firstname##

qzminski commented 2 years ago

Please use the subscription_* tokens there, as it sends a notification to the existing subscribers (which can be both guest and members).

Kahmoon commented 2 years ago

Oh damn....i´m stupid! Sorry! I was to focused on notification center variables. ##subscription_firstname## is working fine.