| Checks whether an Email instance is allowed to be
delivered. This is called before sending each message so that it's
possible to filter out email that for some reason is not allowed
for delivery. The email will then simply be skipped.
Parameters: email - The Email instance that should beverified true if the email is allowed to be delivered;orfalse otherwise since: 1.0
|