docbrown/config/initializers/ahoy_email.rb
Ben Halpern 0d4f7c7e19
Add new simple a/b test for Digest subject and adjust config and design details (#20754)
* Adjust Digest Email design and configuration

* Adjust some tests

* Update tests

* More adjustments to markup and tests

* More adjustments to markup and tests

* Digest email feature flag

* Test title variants
2024-03-11 13:02:19 -04:00

5 lines
201 B
Ruby

# enable tracking for open, click and UTM params
AhoyEmail.api = true
AhoyEmail.default_options[:click] = true
AhoyEmail.default_options[:utm_params] = false
AhoyEmail.default_options[:message] = true