# File lib/mole/e_mole.rb, line 19
    def feature_alerts( context, user_id, options={} )
      Mole.logger.debug "Sending feature email from #{::Mole.emole_from} -- to #{::Mole.emole_recipients}"                  
      subject     "[FEATURE] #{options[:feature]} -- #{@host} -- #{Mole.application} -- #{user_id}"        
      body        :application  => Mole.application,
                  :host_name    => @host,
                  :context      => context.class.name,
                  :feature      => options[:feature],
                  :args         => dump_args( options )
    end