ankane / ahoy_email

First-party email analytics for Rails
MIT License
1.11k stars 137 forks source link

Add a small environment config gotcha to readme. #158

Closed heratyian closed 2 years ago

heratyian commented 2 years ago

I wasn't seeing any Ahoy::Message records getting created until action_mailer.perform_deliveries was enabled. Makes sense, but might save someone some trouble to mention it somewhere in the docs.

ankane commented 2 years ago

Hey @heratyian, thanks for the PR. Users shouldn't have to set config.action_mailer.perform_deliveries = true since it's the default, so I think it'll be confusing to include in the readme.