Send a link to a web page, if user has not already visited this page.
If user with email address [Email_Address] has already visited "http://www.rapidsmtp.com", the email will not be sent. Evaluate(If(HasVisited([[Email_Address];http://www.rapidsmtp.com);DoNotSend();))
(No rating)
8-22-2007
Views: 2127
Send an email to a user who has birthday in the current month.
If user with birthday date [Birthdaydate] has his birthday in the current month, the email will be send. Evaluate(If(HasBirthdayThisMonth([Birthdaydate]);;DoNotSend()))
(No rating)
8-22-2007
Views: 1685