* 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
5 lines
201 B
Ruby
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
|