Velocity should be able to block an email from being send
Looking for a solution for the following case:
A smart list is defining an audience for a certain email campaign.
The content in that email is defined by velocity scripting, it is looking to a json object (stored in the script token ).
Depending on additional parameters, there is a change that the velocity code is returning an empty string as the result of the routine. ( which would be completely correct)
In that case I should block the email from being send for that person.
Does someone has a proposal on how to implement this?