mirror of
https://github.com/plausible/analytics.git
synced 2024-11-24 04:32:57 +03:00
Update contact form and email addresses
This commit is contained in:
parent
c27119b03e
commit
f587e348cd
@ -36,7 +36,7 @@ defmodule PlausibleWeb.BillingController do
|
||||
{:error, e} ->
|
||||
Sentry.capture_message("Error changing plans", extra: %{errors: inspect(e), new_plan_id: new_plan_id, user_id: conn.assigns[:current_user].id})
|
||||
conn
|
||||
|> put_flash(:error, "Something went wrong. Please try again or contact support at uku@plausible.io")
|
||||
|> put_flash(:error, "Something went wrong. Please try again or contact support at support@plausible.io")
|
||||
|> redirect(to: "/settings")
|
||||
end
|
||||
end
|
||||
|
@ -96,7 +96,7 @@ defmodule PlausibleWeb.Email do
|
||||
from = if from == "", do: "anonymous@plausible.io", else: from
|
||||
|
||||
base_email()
|
||||
|> to("uku@plausible.io")
|
||||
|> to("hello@plausible.io")
|
||||
|> from("feedback@plausible.io")
|
||||
|> put_param("ReplyTo", from)
|
||||
|> tag("feedback")
|
||||
|
@ -7,6 +7,6 @@
|
||||
Didn't receive an email?
|
||||
</div>
|
||||
<div class="mt-2 text-sm text-gray-600 leading-tight">
|
||||
Please check your spam folder and contact <a href="mailto:uku@plausible.io">uku@plausible.io</a> if the problem persists
|
||||
Please check your spam folder and contact <a href="mailto:support@plausible.io">support@plausible.io</a> if the problem persists
|
||||
</div>
|
||||
</div>
|
||||
|
@ -7,6 +7,6 @@
|
||||
Didn't recieve an email?
|
||||
</div>
|
||||
<div class="mt-2 text-sm text-gray-600 leading-tight">
|
||||
Please check your spam folder and contact <a href="mailto:uku@plausible.io">uku@plausible.io</a> if the problem persists
|
||||
Please check your spam folder and contact <a href="mailto:support@plausible.io">support@plausible.io</a> if the problem persists
|
||||
</div>
|
||||
</div>
|
||||
|
@ -92,7 +92,7 @@
|
||||
</div>
|
||||
|
||||
<div class="text-center mt-8">
|
||||
Questions? Contact <%= link("uku@plausible.io", to: "mailto: uku@plausible.io", class: "text-indigo-500") %>
|
||||
Questions? Contact <%= link("support@plausible.io", to: "mailto: support@plausible.io", class: "text-indigo-500") %>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="https://cdn.paddle.com/paddle/paddle.js"></script>
|
||||
|
@ -78,7 +78,7 @@
|
||||
</div>
|
||||
|
||||
<div class="text-center mt-8">
|
||||
Questions? Contact <%= link("uku@plausible.io", to: "mailto: uku@plausible.io", class: "text-indigo-500") %>
|
||||
Questions? Contact <%= link("support@plausible.io", to: "mailto: support@plausible.io", class: "text-indigo-500") %>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="https://cdn.paddle.com/paddle/paddle.js"></script>
|
||||
|
@ -94,7 +94,7 @@
|
||||
</div>
|
||||
|
||||
<div class="text-center mt-8">
|
||||
Questions? Contact <%= link("uku@plausible.io", to: "mailto: uku@plausible.io", class: "text-indigo-500") %>
|
||||
Questions? Contact <%= link("support@plausible.io", to: "mailto: support@plausible.io", class: "text-indigo-500") %>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="https://cdn.paddle.com/paddle/paddle.js"></script>
|
||||
|
@ -20,6 +20,6 @@
|
||||
</div>
|
||||
<%= link("Back to settings →", class: "button mt-4 w-full", to: "/#{URI.encode_www_form(@site.domain)}/settings#custom-domain") %>
|
||||
<p class="mt-4 text-gray-600 text-sm">
|
||||
Problems? <%= link("Get help via email", to: "mailto:uku@plausible.io", class: "text-indigo-800 underline") %>
|
||||
Problems? <%= link("Get help via email", to: "mailto:support@plausible.io", class: "text-indigo-800 underline") %>
|
||||
</p>
|
||||
<% end %>
|
||||
|
@ -21,7 +21,7 @@
|
||||
<div class="block pulsating-circle"></div>
|
||||
<p class="text-gray-600 text-sm absolute left-0 bottom-0 mb-6 w-full text-center leading-normal">
|
||||
Need to see the snippet again? <%= link("Click here", to: "/#{URI.encode_www_form(@site.domain)}/snippet")%><br />
|
||||
Not working? Contact <a href="mailto:uku@plausible.io">uku@plausible.io</a> to get set up
|
||||
Not working? Contact <a href="mailto:support@plausible.io">support@plausible.io</a> to get set up
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user