Closed (fixed)
Project:
Simplenews RealName
Version:
6.x-2.0-alpha1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Nov 2010 at 16:31 UTC
Updated:
4 Nov 2012 at 20:51 UTC
i am not sure if i am doing something wrong, but i think the token replacement when sending by cron doesn't work, it only works when sending a test mail.
Comments
Comment #1
luksaki fixed this issue by adapting the method the realname module is using to modify the mail's "To:" header:
the problem is that when this hook gets called, the token replacement has already taken place. it would also be nice if we could integrate the profile module here.
any ideas how to improve this?
lukas
Comment #2
funana commentedToken replacement does not work, confirmed. Tried both, the old !token and the [new] token.
Comment #3
sgabe commentedI have just tested the 2.x branch and couldn't reproduce this. It seems to work just fine. Please provide more details on how to reproduce this.
Comment #4
rmcom commentedThe 6.2 dev version works, but not the released 6.1 version.
Would it be possible to release the current 6.x-2.x-dev version with some of the other updated and issue solution in it?
Comment #5
sgabe commentedYeah it is on my todo list, but I am extra busy these days. I need to do a thorough review then the 2.x branch will be the recommended branch.
Comment #6
roball commentedI can confirm that the
[simplenews-receiver-realname]token just works fine with 6.x-2.0-alpha1, in both the test mail and real newsletter mailings.