Hey guys, thanks for nice module.

I've come across an interesting use case: old enough site which just introduced profile fields and user roles. New "full name" profile field may not be filled in for older users. Here comes the problem: of course we want to greet user with his name, but notification template would send just token (something like [profile_personal_fill_name]) if the field is empty. Which looks somewhat nasty to non geeky folk.

So I guess conditional tokes would help in such situations. Something like ![profile_personal_fill_name]:[user] (i.e. if field name is empty, print something else).

Not sure if it's possible, just a suggestion from UX guy.