Snippet "Custom email greeting morning/afternoon/evening"

An email greeting that gives "Good morning", "Good afternoon" or "Good evening" based on the time of day that it is inserted.

Good {if: {time: HH} <= 12}morning{elseif: {time: HH} > 12 AND {time:HH} < 17}afternoon{elseif: {time: HH} >= 17}evening{endif},

Hope this email finds you well.

I was going to suggest this. But Blaze should add a dynamic command about this suggestion. But I will try what you've suggested