lib/sanitize_email/config.rb in sanitize_email-1.0.5 vs lib/sanitize_email/config.rb in sanitize_email-1.0.6
- old
+ new
@@ -30,9 +30,13 @@
# Prepend the 'real' email address onto the Subject line of the message
# e.g. "real@example.com rest of subject"
:use_actual_email_prepended_to_subject => false,
+ # Prepend the Rails environment onto the Subject line of the message
+ # e.g. "[development] rest of subject"
+ :use_actual_environment_prepended_to_subject => false,
+
:activation_proc => Proc.new { false }
}
@config ||= DEFAULTS
def self.configure &block