diff --git a/lib/plausible_web/templates/email/check_stats_email.html.heex b/lib/plausible_web/templates/email/check_stats_email.html.heex index 76c7b8f119a32..64e7006e3bb33 100644 --- a/lib/plausible_web/templates/email/check_stats_email.html.heex +++ b/lib/plausible_web/templates/email/check_stats_email.html.heex @@ -44,6 +44,6 @@ for the most valuable traffic insights at a glance.

-

+

Do reply back to this email if you have any questions or need some guidance.

diff --git a/lib/plausible_web/templates/email/csv_import.html.heex b/lib/plausible_web/templates/email/csv_import.html.heex index 6b9d057d4fd59..0ca643a290116 100644 --- a/lib/plausible_web/templates/email/csv_import.html.heex +++ b/lib/plausible_web/templates/email/csv_import.html.heex @@ -4,6 +4,7 @@ @site_import.start_date ) %> to <%= date_format(@site_import.end_date) %>

+

Click here to view your dashboard.

@@ -11,6 +12,7 @@

Unfortunately, your CSV import for <%= @site_import.site.domain %> did not complete successfully. Sorry about that!

+

Please try to do the import once again.

diff --git a/lib/plausible_web/templates/email/dashboard_locked.html.heex b/lib/plausible_web/templates/email/dashboard_locked.html.heex index 6fb4910353670..72dae53260306 100644 --- a/lib/plausible_web/templates/email/dashboard_locked.html.heex +++ b/lib/plausible_web/templates/email/dashboard_locked.html.heex @@ -1,19 +1,32 @@ -Last week we sent a reminder that your site traffic has exceeded the limits of your <%= Plausible.product_name() %> subscription tier for two consecutive months. Since we haven't received a response, we've had to temporarily lock access to your stats. -

-Your subscription is still active, we're still counting your stats and haven't deleted any of your data but as you have outgrown your subscription tier, we kindly ask you to upgrade to match your new traffic levels. Upon upgrading to a suitable tier, your dashboard access will be immediately restored. -

-During the last billing cycle (<%= PlausibleWeb.TextHelpers.format_date_range( - @usage.last_cycle.date_range -) %>), your account recorded <%= PlausibleWeb.AuthView.delimit_integer(@usage.last_cycle.total) %> billable pageviews. In the billing cycle before that (<%= PlausibleWeb.TextHelpers.format_date_range( - @usage.penultimate_cycle.date_range -) %>), the usage was <%= PlausibleWeb.AuthView.delimit_integer(@usage.penultimate_cycle.total) %> billable pageviews. Note that billable pageviews include both standard pageviews and custom events. In your -account settings, you'll find an overview of your usage and limits. -

-<%= if @suggested_plan == :enterprise do %> - Your usage exceeds our standard plans, so please reply back to this email for a tailored quote. -<% else %> - Click here to upgrade your subscription . We recommend you upgrade to the <%= @suggested_plan.volume %>/mo plan. The new charge will be prorated to reflect the amount you have already paid and the time until your current subscription is supposed to expire. -<% end %> -

-Do you have questions or need help with anything? Just reply to this email. We're here to help! -

Thanks for understanding and for being a Plausible subscriber! +

+ Last week we sent a reminder that your site traffic has exceeded the limits of your <%= Plausible.product_name() %> subscription tier for two consecutive months. + Since we haven't received a response, we've had to temporarily lock access to your stats. +

+ +

+ Your subscription is still active, we're still counting your stats and haven't deleted any of your data but as you have outgrown your subscription tier, we kindly ask you to upgrade to match your new traffic levels. + Upon upgrading to a suitable tier, your dashboard access will be immediately restored. +

+ +

+ During the last billing cycle (<%= PlausibleWeb.TextHelpers.format_date_range(@usage.last_cycle.date_range) %>), your account recorded <%= PlausibleWeb.AuthView.delimit_integer(@usage.last_cycle.total) %> billable pageviews. + In the billing cycle before that (<%= PlausibleWeb.TextHelpers.format_date_range(@usage.penultimate_cycle.date_range) %>), the usage was <%= PlausibleWeb.AuthView.delimit_integer(@usage.penultimate_cycle.total) %> billable pageviews. + Note that billable pageviews include both standard pageviews and custom events. + In your account settings, you'll find an overview of your usage and limits. +

+ +

+ <%= if @suggested_plan == :enterprise do %> + Your usage exceeds our standard plans, so please reply back to this email for a tailored quote. + <% else %> + Click here to upgrade your subscription . + We recommend you upgrade to the <%= @suggested_plan.volume %>/mo plan. + The new charge will be prorated to reflect the amount you have already paid and the time until your current subscription is supposed to expire. + <% end %> +

+ +

+ Do you have questions or need help with anything? Just reply to this email. We're here to help! +

+ +

Thanks for understanding and for being a Plausible subscriber!

diff --git a/lib/plausible_web/templates/email/drop_notification.html.heex b/lib/plausible_web/templates/email/drop_notification.html.heex index cc4477bb5f6dd..d68ce6d6c215b 100644 --- a/lib/plausible_web/templates/email/drop_notification.html.heex +++ b/lib/plausible_web/templates/email/drop_notification.html.heex @@ -1,8 +1,13 @@ -We've recorded <%= @current_visitors %> visitors on - @site.domain}><%= @site.domain %> in the last 12 hours. +

+ We've recorded <%= @current_visitors %> visitors on + @site.domain}><%= @site.domain %> + in the last 12 hours. +

+ <%= if @dashboard_link do %> -

View dashboard: <%= @dashboard_link %> -

Something looks off? Please - review your installation - to verify that Plausible has been integrated correctly. +

View dashboard: <%= @dashboard_link %>

+

+ Something looks off? Please review your installation + to verify that Plausible has been integrated correctly. +

<% end %>