Search found 2 matches

by sepid
Tue Apr 09, 2013 10:08 pm
Forum: Using OpenEMM
Topic: random number
Replies: 0
Views: 3454

random number

Hi there

We need to have a random number being printed inside the email... is there any way I can access the $math library somehow?
So far I have not been able to use such a thing:

Code: Select all

#set($mynumber = $math.random(1, 10))
any help would be appreciated
thanks,
sep
by sepid
Tue Mar 12, 2013 2:47 pm
Forum: Using OpenEMM
Topic: Printing out email after Optin confirmation
Replies: 0
Views: 3455

Printing out email after Optin confirmation

Hi there, Using "AGNITAS OpenEMM 2011" and trying to display the email address being confirmed after "Double-Opt-In confirmation... how should I have it done? Main question being asked above, 1. how can I dump all the possible variables receiving in an action script? 2. is there any p...