mirror of
https://github.com/plausible/analytics.git
synced 2024-12-20 08:01:48 +03:00
ee92ed5213
* Update activation email * Update trial upgrade emails * Remove feedback emails * Remove feedback email test * Update welcome email (and send it earlier) * Site setup emails * Add create site emails for trialers * Add check stats email * Remove dead code * Adjust site setup emails for users who are not on trial * BCC myself on all new emails * Use old phrasing in the welcome email
19 lines
844 B
Elixir
19 lines
844 B
Elixir
Hey <%= user_salutation(@user) %>,
|
||
<br /><br />
|
||
<%= if Plausible.Billing.on_trial?(@user) do %>
|
||
You signed up for a free 30-day trial of Plausible, a simple and privacy-friendly website analytics tool.
|
||
<br /><br />
|
||
<% end %>
|
||
To finish your setup for <%= @site.domain %>, you need to install <%= link("this lightweight line of JavaScript code", to: "https://plausible.io/#{URI.encode_www_form(@site.domain)}/snippet") %> into your site to start collecting visitor statistics.
|
||
<br /><br />
|
||
This Plausible script is 14 times smaller than Google Analytics script so you’ll have a fast loading site while getting all the important traffic insights on one single page.
|
||
<br /><br />
|
||
Do reply back to this email if you have any questions or need some guidance.
|
||
<br /></br>
|
||
Thanks,<br />
|
||
Uku Taht
|
||
<br /><br />
|
||
--
|
||
<br /><br />
|
||
https://plausible.io
|