I set up the newsletter module, prepared my template (full html profile) and I used some tokens.
As I took a closer look to my test newsletter, I found out that the token
[newsletter:subscriber_email]
does not show the corresponding email address of the subscriber.
Normally my test mail address should be named, but it was only
Hello [newsletter:subscriber_email],
in my test mail.
It would be so great if you could fix that issue.
I really like the module and the flexibility
thanks
Comments
Comment #1
ParisLiakos commentedyes tokens are not replaced when sending a test newsletter.
eg if you use node or term tokens they wont be replaced as well.
i am aware of this,left it like this cause it needs some extra work to get test mails with 100% token replacement.
if you think this is needed i can make it happen,it will take a while though:)
Comment #2
rikibu commentedHello rootatwc,
thanks for your quick reply.
To have complete token support in test mails would be awesome. So its possible to check if the sent newsletter is correct.
Does it mean that the tokens are not implemented completely or is there a difference between token implementation in test mode and tokens in normal newsletter send mode?
Does it mean that
[newsletter:subscriber_email]
will be replaced correctly when I send the newsletter (not in test mode) ?
thx
Comment #3
ParisLiakos commentedYes tokens are not being replaced at all in test newsletters.
exactly
Comment #4
rikibu commented@rootatwc
thanks for your fast help.