current configuration allow to prevent email only on basis of receiver and notification_type.
Wupee.email_sending_rule = Proc.new do |receiver, notification_type|
end
In my case I need to prevent email notification based on attached_object type. How should I go about it ?