config/effective_polls.rb in effective_polls-0.0.2 vs config/effective_polls.rb in effective_polls-0.1.0
- old
+ new
@@ -54,6 +54,11 @@
config.mailer = {
layout: 'effective_polls_mailer_layout',
default_from: 'no-reply@example.com'
}
+ # Will work with effective_email_templates gem:
+ # - The poll notifications email content will be preopulated based off the template
+ # - Uses a EmailTemplatesMailer mailer instead of ActionMailer::Base
+ config.use_effective_email_templates = false
+
end