The "Send test email" button allows a user to send a sample reminder to him/her self right now. It should demonstrate what the reminder will normally look like.

Unfortunately, the token expansion in the email is a bit off. In particular, the expansion of "next-date..." gets the next date completely wrong. Basically, the problem is that the token expansion expects "next" in the reminder object to be set, to tell when the reminder is supposed to fire. In this special test case, next isn't set. It ought to be set to "now" in utc.

Comments

dwillcox’s picture

Status: Active » Needs review

Checked in a fix.

dwillcox’s picture

Status: Needs review » Fixed

I installed the latest version on my test site. The "Send test email" option now uses the correct next date to expand the token.

dwillcox’s picture

Version: » 6.x-1.x-dev
Status: Fixed » Closed (fixed)