mirror of
https://github.com/plausible/analytics.git
synced 2024-11-24 12:42:30 +03:00
c96f364ad8
* Add and remove recipients for email reports * Remove unused google_settings controller action * Background job sends email reports to multiple recipients * Add a way to unsubscribe for recipients who cannot log in * Fix view on plausible link * Include bounce rate in email report
4 lines
72 B
Elixir
4 lines
72 B
Elixir
defmodule PlausibleWeb.UnsubscribeView do
|
|
use PlausibleWeb, :view
|
|
end
|